imvladikon
commited on
Commit
•
3b9b315
1
Parent(s):
e5596d9
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
converted checkpoint of [XLM-V](https://dl.fbaipublicfiles.com/fairseq/xlmv/xlmv.base.tar.gz) from fairseq to huggingface
|
3 |
|
@@ -16,4 +21,4 @@ Citation
|
|
16 |
year = {2023},
|
17 |
copyright = {Creative Commons Attribution Share Alike 4.0 International}
|
18 |
}
|
19 |
-
```
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: fill-mask
|
3 |
+
---
|
4 |
+
|
5 |
+
## XLM-V: Overcoming the Vocabulary Bottleneck in Multilingual Masked Language Models
|
6 |
|
7 |
converted checkpoint of [XLM-V](https://dl.fbaipublicfiles.com/fairseq/xlmv/xlmv.base.tar.gz) from fairseq to huggingface
|
8 |
|
|
|
21 |
year = {2023},
|
22 |
copyright = {Creative Commons Attribution Share Alike 4.0 International}
|
23 |
}
|
24 |
+
```
|