-
## Description
When running the script convert_xlmr.sh we encounter an error in the final conversion step referencing a key error.
### Error Message
`Traceback (most recent call last):
File "c…
-
Hi folks,
Thanks for your sharing awesome tuning methods. I have run your code on MLQA task, just keeping all hyperparams as your setting, also on TESLA V100 32GB. I ran it for 4 random seeds and a…
-
Is COMET on a 0-1 scale? Is it normalized to [0,1]? I saw on the paper of uncertainty-aware COMET, there is a COMET score that is bigger than 1, how is it so? Is that normal/frequent?
-
I trainned a RoBERTa model in Colab, with train_model.py, but when I try to evaluate, I get the error below.
Comand used:
!python -m evaluate --test data/ES-Spanish/es_dev.conll --out_dir . --g…
-
My conda env:
```
python=3.6 pytorch=1.3.1
_libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main
_openmp_mutex pkgs/main/linux-64::_openmp_mutex-4.5-1_gnu
_pytorch_select …
-
## Environment info
- `transformers` version: 3.4.0
- Platform: MacOS
- Python version: 3.7
- PyTorch version (GPU?): 1.6.0
- Tensorflow version (GPU?): 2.3.1
- Using GPU in script?: no
- Usi…
-
I am trying to use a XLMR model finetuned with SST-2 for checklisting. The parameters I am using currently don't seem to give neutral predictions (positive in the range of 0.33-0.66) ever. Can you ple…
-
I suppose that the code comment should be removed.
`# token_type_ids[i, t_len : t_len + s_len] = 1` in kiwi/systems/encoders/xlmroberta.py line 424 interleave_input method.
> """
> …
-
## Environment info
- `transformers` version: 4.9.2
- Platform: macOS-10.16-x86_64-i386-64bit
- Python version: 3.8.3
- PyTorch version (GPU?): 1.7.1 (False)
- Tensorflow version (GPU?): 2.3.0 …
-
## 🐛 Bug
Model I am using (Bert, XLNet....): XLMRoberta
Language I am using the model on (English, Chinese....): multi-language, but mostly english
The problem arise when:
try to token…