imvladikon commited on
Commit
5b2f1ae
1 Parent(s): 3b9b315

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -4,7 +4,18 @@ pipeline_tag: fill-mask
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
 
9
  **Note: please use official checkpoints, if they will be added to transformers** (this repo is for personal usage/experiments)
10
 
 
4
 
5
  ## XLM-V: Overcoming the Vocabulary Bottleneck in Multilingual Masked Language Models
6
 
7
+ converted checkpoint of XLM-V from fairseq to huggingface
8
+
9
+ ## Fairseq
10
+
11
+ if original model is needed, please check, model checkpoint:
12
+ ```
13
+ https://dl.fbaipublicfiles.com/fairseq/xlmv/xlmv.base.tar.gz
14
+ ```
15
+ and how to use it
16
+ ```
17
+ https://github.com/facebookresearch/fairseq/blob/main/examples/xlmr/README.md
18
+ ```
19
 
20
  **Note: please use official checkpoints, if they will be added to transformers** (this repo is for personal usage/experiments)
21