Skip to content

Commit

Permalink
FIX matinf link in ADD_NEW_DATASET.md (huggingface#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
moussaKam committed Dec 4, 2020
1 parent 473595b commit 962d4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ADD_NEW_DATASET.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ You can also start (or copy any part) from one of the datasets of reference list
- summarization: [billsum](https://github.com/huggingface/datasets/blob/master/datasets/billsum/billsum.py) (original data are in json files)
- benchmark: [glue](https://github.com/huggingface/datasets/blob/master/datasets/glue/glue.py) (original data are various formats)
- multilingual: [xquad](https://github.com/huggingface/datasets/blob/master/datasets/xquad/xquad.py) (original data are in json)
- multitask: [matinf](https://github.com/huggingface/datasets/blob/master/datasets/xquad/xquad.py) (original data need to be downloaded by the user because it requires authentificaition)
- multitask: [matinf](https://github.com/huggingface/datasets/blob/master/datasets/matinf/matinf.py) (original data need to be downloaded by the user because it requires authentificaition)

While you are developping the dataset script you can list test it by opening a python interpreter and running the script (the script is dynamically updated each time you modify it):

Expand Down

0 comments on commit 962d4f4

Please sign in to comment.