[Exposing Confidence in chatCompletion APIs]
Discovered a neat trick playing with @jaredpalmer's print() function -
Problem: @Openai removed the ability to obtain log probabilities (confidence levels) from its chatCompletion APIs
Solution: Ask for "confidenc... See more
Let me explain how Active Learning works.
Active learning is a great technique when you want to label a dataset but can't afford to do it manually.
If you have a ton of data, active learning can help. If labeling one data point takes a long time, active learning can help.
___LI... See more