Skip to content

Commit

Permalink
add data2vec2 nlp model dictionary (#5045)
Browse files Browse the repository at this point in the history
  • Loading branch information
wnhsu committed Mar 27, 2023
1 parent 0338cdc commit 176cd93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/data2vec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ data2vec Large | 960 hours | [Libri-light](https://github.com/facebookresearch/l

### NLP

Model | Fine-tuning data | Dataset | Link
|---|---|---|---|
data2vec Base | No fine-tuning | Books + Wiki | [download](https://dl.fbaipublicfiles.com/fairseq/data2vec2/nlp_base.pt)
| Model | Fine-tuning data | Dataset | Link | Dict | BPE
|---|---|---|---|---|---
data2vec Base | No fine-tuning | Books + Wiki | [download](https://dl.fbaipublicfiles.com/fairseq/data2vec2/nlp_base.pt) | [dict](https://dl.fbaipublicfiles.com/fairseq/data2vec2/dict.txt) | [encoder](https://dl.fbaipublicfiles.com/fairseq/data2vec2/encoder.json) / [vocab](https://dl.fbaipublicfiles.com/fairseq/data2vec2/vocab.bpe)

[//]: # (## Data Preparation)

Expand Down

0 comments on commit 176cd93

Please sign in to comment.