-
## ❓ Questions and Help
### Before asking:
1. search the issues.
2. search the docs.
#### What is your question?
I am a beginner in python and just learning about fairseq. I wan…
-
After extracting last layer features using this line of code
`last_layer_features = xlmr.extract_features(zh_tokens)`
Will the following line extract feature for text classification?
`out =…
-
**Describe the bug**
A clear and concise description of what the bug is.
在使用hanlp_restful或hanlp时,使用示例代码无法复刻doc中日语文本的成分句法分析结果,且结果大部分都是错的,英文中文正常。
麻烦开发者大大看一下,谢谢!
**Code to reproduce the issue…
-
_franzm created the following on Apr 28:_
_Original issue: https://github.ibm.com/ai-foundation/PrimeQA/pull/164_
-
Hi, I've read the following in the README:
```
The multilingual dependency parsing model, named biaffine-dep-xlmr, is trained on merged 12 selected treebanks from Universal Dependencies (UD) v2.3 …
-
@violet-zct Hi, I'm sorry to touble u again. As mentioned in REAMDE.ME, we can use 'predict_hallucination_mt.py' directly to predict hallucination. There is a [XLMRModel](https://github.com/violet-zc…
-
## ❓ Questions and Help
I'm trying to finetune XLM-R.large model for sentence prediction task. And it ran in OOM at the first moment even though I decreased the Batchsize to even 1. I tried two…
-
Hi :)
I'm currently trying to convert the recently released XLM-R XL and XXL models into Transformers-compatible weights.
I'm using the latest `fairseq` master version (with commit 2fd9d8a972794…
-
#### What is your question?
`torch.hub.load('pytorch/fairseq', 'roberta.large')` leads to url not found error.
#### What have you tried?
I also tried to look at the link https://github.com/pytorc…
-
We can add more NLP models through fairseq: https://github.com/pytorch/fairseq. Roberta is a good candidate (https://github.com/pytorch/fairseq/tree/main/examples/roberta)
The benchmark could use a m…