We do not plan to release more single-language models, but we may release BERT-Large versions of these two in the future: BERT-Base, Multilingual Cased (New, ... ... <看更多>
Search
Search
We do not plan to release more single-language models, but we may release BERT-Large versions of these two in the future: BERT-Base, Multilingual Cased (New, ... ... <看更多>
... "https://s3.amazonaws.com/models.huggingface.co/bert/bert-base-multilingual-uncased-config.json", "bert-base-multilingual-cased": ... ... <看更多>
tokenizer = BertTokenizer.from_pretrained('bert-base-multilingual-cased', do_lower_case=False) text = 'I liked that book very much! ... <看更多>
My data is trilingual (German, French and Italian) and I am experimenting with bert-base-multilingual-cased. I see that there are language adapters for ... ... <看更多>
A fined tuned version of BERT base multilingual cased on XQUAD dataset ( multilingual Q&A ). Supported Languages: - Arabic: `ar` - German: `de` ... <看更多>
FULL ERROR: Model name '/content/drive/My Drive/bert_training/uncased_L-12_H-768_A-12/' was not found in model name list (bert-base-uncased, ... ... <看更多>
I'll like to further train distiluse-base-multilingual-cased-v1 on a ... it to train both bert-base-uncased and stsb-xlm-r-multilingual and ... ... <看更多>