-
I'll appreciate any suggestion on how to get the training pipeline (hf_T_training_Bert.ipynb) to work, the actual training and evealuation code wont work. Can't figure out the error but think this ha…
-
Models that contain torch.triu can not be converted to ONNX.
Error message:
> UserWarning: ONNX export failed on ATen operator triu because torch.onnx.symbolic_opset9.triu does not exist
Simp…
-
Here is what I ran:
```python
from transformers.hf_api import HfApi
from tqdm import tqdm
import pandas as pd
model_list = HfApi().model_list()
model_ids = [x.modelId for x in model_list]
…
-
## Environment info
- `transformers` version: 4.0.1 (also reproduced the same issue with 3.5.1)
- Platform: Google Colab
- Python version: 3.6
- PyTorch version (GPU?): 1.7.0+cu101
- Te…
-
# 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): Community Models
Language I am using the model on (English, Chinese ...): Multiple different ones
Quite some community models ca…
-
Hello Charles,
I used the example from your medium article with one change. On replacing the DistilBert model with the Bart model, I get an error that the attribute does not exist. The model I am t…
-
When attempting to upload a CSV training set for my model I receive a `JSONDecodeError` error. I tried uploading my smaller validation set too, but it also failed. I'm not entirely sure why JSON decod…
-
I would like to run Sahajtomar/German_Zeroshot (https://huggingface.co/Sahajtomar/German_Zeroshot) model in spago.
The import was successful:
./huggingface-importer --model=Sahajtomar/German_Zero…
-
# 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): Bart
Language I am using the model on (English, Chinese ...): English
## To reproduce
Steps to reproduce the behavior:
```
…
-
Thanks for the code and model sharing!
Just wondering does the tokenizer from `ynie/bart-large-snli_mnli_fever_anli_R1_R2_R3-nli` not have `'token_type_ids'` ?
```
-----------------------------…