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
Hi,
I have a pretrained BERT model for domain specific corpus, and I am trying to create SpanBERT language model for my corpus to predict ngrams masked terms. It is not allowing me to use my model.bin file and error is :
train.py: error: argument --arch/-a: invalid choice: 'model/model.bin' (choose from 'bert_pair', 'bert_pair_large', 'cased_bert_pair', 'cased_bert_pair_large', 'bert_hf', 'bert_hf_large', 'cased_bert_hf', 'cased_bert_hf_large')
The text was updated successfully, but these errors were encountered:
Hi,
I have a pretrained BERT model for domain specific corpus, and I am trying to create SpanBERT language model for my corpus to predict ngrams masked terms. It is not allowing me to use my model.bin file and error is :
train.py: error: argument --arch/-a: invalid choice: 'model/model.bin' (choose from 'bert_pair', 'bert_pair_large', 'cased_bert_pair', 'cased_bert_pair_large', 'bert_hf', 'bert_hf_large', 'cased_bert_hf', 'cased_bert_hf_large')
The text was updated successfully, but these errors were encountered: