-
Thanks for the great code base and tutorial for XLM.
From my understanding, this repository only works with XLM and BPE, but not for XLM-R and SentencePiece
I am trying to use SentencePiece with…
-
Hello,
First of all, I would like to thank you for making this work available :)
I'm having an issue trying to replicate experiments documented here: https://github.com/Alibaba-NLP/ACE/blob/main…
-
## ❓ Questions and Help
I'm trying to install fairseq but i can't.
Whenever I execute this code `pip3 install fairseq`, I get this overwhelmingly long error.
Collecting fairseq
Using cac…
-
Hello!
I trained model on Russian data with help of your config file. But I can't use it to predict dependencies.
I tried using command below, but it started to train the model again.
```python3 t…
-
The README states instructions for using the XLMR coreference model, but I don't think the model is updated in the repo because with the stated imports it still throws an error that the model doesn't …
-
A question on this weights API and its extension to other domains. For example, in medical AI people can train resnet50 on their medical datasets and probably would like to have something like
```py…
-
## Environment info
- `transformers` version: 4.5.0.dev0 (latest master)
- Platform: Windows-10-10.0.19041-SP0
- Python version: 3.7.10
- PyTorch version (GPU?): not installed (NA)
- Tensorflow…
-
Hi there,
So I believe I successfully managed to run your best model on CoNLl, however I was wondering how can I go about getting actual prediction values, e.g. Precision (Accuracy), F1 and Recall…
-
I have a config.ini file that contains:
[Data]
encoder = 'bert'
but when calling the parser with -c=config.ini, it gets overwritten by the default value 'lstm'.
I would expect that val…
-
## Environment info
- `adapter-transformers` version: 1.1.1
- Platform: Linux-4.15.0-133-generic-x86_64-with-debian-stretch-sid
- Python version: 3.7.4
- PyTorch version (GPU?): 3.6
##…