-
## š Bug
Hello! I've tried to train my a comet model using my own data! I want to train using hter as a metric, I used your configuration that's present in the repo: **https://github.com/Unbabel/COā¦
-
Hello,
Thank you very much for this OpenKiwi toolkit.
I am trying to reproduce the **section 2.6, Transfer Learning and Fine-Tuning** part in the [Unbabelās paper](http://www.statmt.org/wmt19/pdā¦
-
## Description
I am working on porting XLM-R model to gluonnlp (view this script here [convert_xlmr_model_to_gluon.py](https://gist.github.com/kaonashi-tyc/5f77b962c5be70395f4875f77b3f7149)).
Theā¦
-
## Description
I ran code piece from
https://gluon-nlp.mxnet.io/model_zoo/bert/index.html
and the GPT2BPETokenizer produce a strange symbol Ä
### Error Message
In [1]: import gluonnlp as nlp; iā¦
-
## Description
I'm changing the mask to use the boolean type in https://github.com/dmlc/gluon-nlp/pull/1405 to pass the AMP. However, it's causing issues in TVM integration. I created this issue to tā¦
-
## š Bug
Approximately 2 days ago my training pipelines were broken with issue, could you help?
I tried to run kernel on kaggle provided by you
https://www.kaggle.com/davidelibenzi/simple-xlmrā¦
-
I'm trying to use `xlm-r-100langs-bert-base-nli-stsb-mean-tokens` as retriever with
```python
retriever = EmbeddingRetriever(document_store=document_store, embedding_model='xlm-r-100langs-bert-base-ā¦
-
RoBERTa is currently monolingual. Can we make it talk multiple languages by converting XLM-RoBERTa (https://arxiv.org/pdf/1911.02116.pdf) to long version? There seems to already exists pre-trained verā¦
-
## ā Questions and Help
Does fairseq support other pre-training language models like BERT, GPT, ELMO?
Thank you so much.
-
Thanks for the easy to understand paper and repo. This issue is more of a question wrt paper than the repo. The convenient thing about BERT (from an industry perspective) was the availability `multiliā¦