-
Notifications
You must be signed in to change notification settings - Fork 285
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
How to use Inference? #33
Comments
As mentioned in #24, the inference head have not been tested yet. I would love to work with you on it. Could you post a bigger piece of code showing us how you are trying to use the model? |
I'm trying to distinguish the fake news with unsupervised learning. However, I'm having trouble with changing the weights file(e.g. params0 to params9 in your code) for Korean language. How can I get the weights or change the files above? |
How about generating the weights of Korean with Korean dataset together? If you know the way how to pretrain the weights with English, I'm sure that we can apply this for Korean language. Or you can share the code for it. |
I got an error when i try to use inference.
task_head_type == 'inference'
train.py, line 236
dh_model = DoubleHeadModel(args, clf_token, 'inference', vocab, n_ctx)
capture
The text was updated successfully, but these errors were encountered: