You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the optimizer; we should be able to fit a logistic regression model to the embeddings to try to learn the binary classification function. If we learn this with good accuracy; we could replace the LLM call with the logistic regression model---or we could implement a model cascade, if the logistic regression model is well-calibrated, we can fall-back to the LLM call if the probability is uncertain.
The text was updated successfully, but these errors were encountered:
In the optimizer; we should be able to fit a logistic regression model to the embeddings to try to learn the binary classification function. If we learn this with good accuracy; we could replace the LLM call with the logistic regression model---or we could implement a model cascade, if the logistic regression model is well-calibrated, we can fall-back to the LLM call if the probability is uncertain.
The text was updated successfully, but these errors were encountered: