-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add function for cross-validation of bias parameters #2
Comments
Do we sample tokens or types? Tokens maybe give a better approximation of actual acquisition. Maybe option for both. Type sampling is more straightforward to implement. |
Just a thought: Maybe make this function available to compare different temperature values too! Or perhaps even different combinations of bias & temperature values! |
More thoughts: Perhaps apply the softmax function (similar to what you did for AIC/BIC/AIC-C weights -- I thought that was really cool!) to quantify the conditional probability of the different hyperparam values being the best ones. |
Yeah, I think it'll be great to have both options. Re token sampling: I discovered the utility of the |
A few thoughts about your comments @adelrtan:
|
This will involve splitting the data into training and validation sets and comparing parameter values.
The text was updated successfully, but these errors were encountered: