-
Notifications
You must be signed in to change notification settings - Fork 56
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
test model on other languages #56
Comments
Do you mean in form of zeroshoot transfer learning? If so we use Laser for that. First we train laser , to obtain zeroshoot predictions for other languages. |
I understand now,thank you. |
Hi @PiotrCzapla , have you or your colleagues already pretrained this model on English Wikipedia? If not, would using I'd like to reproduce the monolingual supervised training procedure in the MultiFiT paper for English language classification. Thanks in advance! |
Q) in this case, you don't have a single model with the fixed tokenization that does zero-shot embedding for other language. am I right? |
In the CLS-DE notebook I only see the classifier fine-tuning happening with DE Music Data, Label pairs. But if I understand what you said correctly, shouldn't the LASER classifier be fine-tuned with EN Music Data first before it can act as a teacher to fine-tune the DE Classifier? I don't see that in the notebook. Am I misunderstanding the training regime? |
Hi,
I want to ask a question ,if i want to use model that trained in English,and use it to test other languages.How do I run the code?
The text was updated successfully, but these errors were encountered: