Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ license: mit
|
|
4 |
|
5 |
- Paper link: [Frustratingly Easy Label Projection for Cross-lingual Transfer](https://arxiv.org/abs/2211.15613)
|
6 |
- Github link: https://github.com/edchengg/easyproject
|
7 |
-
- Please use the transformers==4.
|
8 |
|
9 |
# Code
|
10 |
```python
|
|
|
4 |
|
5 |
- Paper link: [Frustratingly Easy Label Projection for Cross-lingual Transfer](https://arxiv.org/abs/2211.15613)
|
6 |
- Github link: https://github.com/edchengg/easyproject
|
7 |
+
- Please use the transformers==4.29.2 library as Huggingface recently fixed a bug in [NLLB tokenizer](https://github.com/huggingface/transformers/pull/22313)
|
8 |
|
9 |
# Code
|
10 |
```python
|