Skip to content

Commit

Permalink
add model link
Browse files Browse the repository at this point in the history
  • Loading branch information
yumeng5 committed Dec 1, 2021
1 parent 4260c9a commit 65def10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fairseq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bash install.sh

## Pretrained Models

We release two COCO-LM pretrained models, [`cocolm-base`]() and [`cocolm-large`]() (**Note: Please follow the links here to download them; do not use the huggingface version of pretrained models as they are not compatible with Fairseq**), which correspond to the `base++` and `large++` models mentioned in the paper, respectively.
We release two COCO-LM pretrained models, [`cocolm-base`](https://github.com/microsoft/COCO-LM/releases/download/v0.1.0/cocolm-base.tar.gz) and [`cocolm-large`](https://github.com/microsoft/COCO-LM/releases/download/v0.1.0/cocolm-large.tar.gz) (**Note: Please follow the links here to download them; do not use the huggingface version of pretrained models as they are not compatible with Fairseq**), which correspond to the `base++` and `large++` models mentioned in the paper, respectively. You need to extract the models from the archives.

## GLUE Fine-tuning

Expand Down

0 comments on commit 65def10

Please sign in to comment.