-
Hello, I'm trying to transfer your model on MSCOCO which was translated into Vietnamese.
I got a prediction result that is not relative to the input picture although the training process achieve 0.35…
-
Thanks for great repo.
I had convert hugginface model to paddle successfully, after that I had load model
```
from paddlenlp.transformers import LayoutXLMModel, LayoutXLMTokenizer
tokenizer = Lay…
-
Chào các bạn, tôi muốn hỏi nếu bạn có thư viện WordSegmenter cho tiếng Việt trong python thay vì java không?
Cảm ơn nhé
huyng updated
5 months ago
-
OS: Windows
While createing a class , below error occurred:
q\fairseq\data\dictionary.py", line 246, in add_from_file
count = int(field)
ValueError: invalid literal for int() with base 10: 'ht…
-
I have some problems about how to load checkpoing with Customwrapped. Could give some code example to me? I would be very grateful to you
-
Hi @neuspell team. I really appreciated the efforts that you guys put into this research project.
I would like to try on some Vietnamese model, for example "vinai/phobert-base". But I can't train i…
-
### System Info
transformers==4.35.0
peft==0.6.1
python==3.9
WSL 2
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [X] My own modified scripts
…
-
**I am using ProphetNet to train a model for Vietnamese summarization. My train script is below**
`!fairseq-train \
--fp16 \
--user-dir $USER_DIR --task translation_prophetnet --arch $ARCH \
…
ghost updated
3 years ago
-
**Describe the bug**
When I run my inference code with ```deepspeed.init_inference()```. It only works a few times with num_gpus=2 (num_gpus>2 always fails, num_gpus=2 sometimes fails). Following thi…
-
## 🐛 Bug
I tried to install fairseq by using both pip and installing from source. But the error happen:
ERROR: Could not build wheels for fairseq which use PEP 517 and cannot be installed directly…