Skip to content

Commit

Permalink
Update prepare_data.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lechatelia authored Dec 1, 2022
1 parent 0ee707f commit af53467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/prepare_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ And put them together into a file:
```
### GLUE
1. Follow the instructions of [this](https://github.com/nyu-mll/GLUE-baselines) to download and preprocess GLUE benchmark data.
1. Follow the instructions of [this](https://github.com/nyu-mll/GLUE-baselines) to download GLUE benchmark data and refer to [fairseq](https://github.com/facebookresearch/fairseq/blob/main/examples/roberta/README.glue.md) to preprocess datasets.
2. a) Tokenizing GLUE datasets using [generate_target_sets.ipynb](../tools/generate_target_sets.ipynb).
b) Or you can use the tokenized answers we provide [GLUE_classnames](https://drive.google.com/file/d/1HR7xHsIRsS4iUwGr3CX6h5z_dVn-EJt-/view?usp=sharing).
Expand Down Expand Up @@ -507,4 +507,4 @@ And put them together into a file:
├── STS-B-bin
   └── WNLI
```

0 comments on commit af53467

Please sign in to comment.