romrawinjp commited on
Commit
70eb051
·
verified ·
1 Parent(s): 4c931a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -46,9 +46,18 @@ configs:
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
  # Reference
50
 
51
- If you find this dataset beneficial, please cite to their incredible work.
52
  ```
53
  @InProceedings{W16-3210,
54
  author = "Elliott, Desmond
 
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
54
+
55
+ dataset = load_dataset("romrawinjp/multi30k")
56
+ ```
57
+
58
  # Reference
59
 
60
+ If you find this dataset beneficial, please directly cite to their incredible work.
61
  ```
62
  @InProceedings{W16-3210,
63
  author = "Elliott, Desmond