-
Hi, I'm getting this error now, is there any way to fix it
![image](https://user-images.githubusercontent.com/34463182/159165819-da620e99-539b-4009-9ef4-edb623de08d1.png)
-
Could you support `encode_batch` method for a batch of inputs in the near future?
Thanks.
-
Hi,
Can you please help me with this error here https://github.com/VinAIResearch/PhoBERT/issues/6 ?
Also, I just extracted 17 examples so as to just try out on a small subset instead of the enti…
-
Hi, I was planning on implementing the same POS tagger architecture using the `bertweet-base` model using Huggingface, but since it is not supported by `PreTrainedTokenizerFast`, you cannot access the…
-
Dear,
Before apply model, I want to check how tokenization works.
Firstly, I run
`import transformers`
`from transformers import AutoModel, AutoTokenizer`
`embedder = AutoModel.from_pretraine…
-
Please add the word_dict.txt in dataset.
-
当对 https://github.com/VinAIResearch/PhoBERT 页面启用“阅读模式”时出错。
-
I'm trying to replicate the results on the datasets, but my Colab Pro cannot fit into the batch_size of 32 (as in the paper). So I decreased the batch_size down to 4.
I just train PhoBERT model on th…
-
Hello, I'm trying to train with custom data and got this error:
```
File "/home/phung/.local/lib/python3.9/site-packages/pytorch_lightning/trainer/evaluation_loop.py", line 174, in evaluation_step
…
-
I'm trying to train my local checkpoint using vinai/phobert on hugging face hub but I got this problem.
How can I solved it?