romrawinjp commited on
Commit
68eccc9
·
verified ·
1 Parent(s): 70eb051

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -44,10 +44,10 @@ configs:
44
  ---
45
 
46
  # Multi30k Dataset
47
- This dataset is a rearrangement version of the Multi30K dataset. The original dataset was retrived from [Multi30K original github](https://github.com/multi30k/dataset).
48
 
49
  # How to use
50
- This dataset can be downloaded from `datasets` library. `train`, `validation`, and `test` are compacted in the dataset.
51
 
52
  ```python
53
  from datasets import load_dataset
 
44
  ---
45
 
46
  # Multi30k Dataset
47
+ This dataset is a rearrangement version of the Multi30k dataset. The original dataset was retrived from [Multi30k original github](https://github.com/multi30k/dataset).
48
 
49
  # How to use
50
+ This dataset can be downloaded from `datasets` library. `train`, `validation`, and `test` set are included in the dataset.
51
 
52
  ```python
53
  from datasets import load_dataset