-
I get the following runtime error after the 2nd fold.
this is my model:
maxlen = 50
`with strategy.scope():
#bert_encoder = TFBertModel.from_pretrained(model_name)
base_model = …
-
# 🐛 Bug
## Information
Model I am using (Bert, XLNet ...):
XLMRoberta
Language I am using the model on (English, Chinese ...):
The problem arises when using:
* [ x] the official example sc…
-
I am studying machine reading comprehension on xlmroberta.
My data is korquad.
I need to tokenize all word to character.
e.g. by english
This is a dog
-> _T h i s _i s _a _d o g
please let …
-
xlmroberta is not available for multilabel. Not sure if this is a bug or a missing feature.
-
I want to add wiki data to pretrained model.
i.e., kor wiki data is added to XLMRoberta Model weight.
I think that files in /transformers/templates/adding_a_new_model do
Is it right?
pl…
-
# ❓ Questions & Help
Hello all,
first of all, thanks for the library that is very helpful. There have been several discussions regarding XLM-Roberta and questions answering (#3732 #3694 ). On …
-
Hello,
My set up is a single laptop computer running Kubuntu 20.10 (Linux kernel version 5.8.0-55-generic) on Intel Core i5-7200U CPU (4 cores) with 5.7 GB of RAM available.
On this modest machi…
-
Heelo,
I have used the below method to work on a text documents to evaluate the topics, code works well on 100 lines of documents. But, I am facing issues when I run on 100K lines, the traning comp…
-
I am studying machine reading comprehension on xlmroberta.
My data is korquad.
I need to tokenize all word to character.
e.g. by english
This is a dog
-> _T h i s _i s _a _d o g
please let m…
-
**Describe the bug**
```
Traceback (most recent call last):
File "NER.py", line 1, in
from simpletransformers.ner import NERModel
File "/usr/lib/python3.7/site-packages/simpletransformer…