zouharvi commited on
Commit
a47f99b
1 Parent(s): b153d02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -38,8 +38,8 @@ Please cite the following [paper](https://aclanthology.org/2021.emnlp-main.801/)
38
  You can [access the data on huggingface](https://huggingface.co/datasets/zouharvi/nmt-pe-effects):
39
  ```python3
40
  from datasets import load_dataset
41
- data_p1 = load_dataset("zouharvi/nmt-pe-effects", "phase_1")
42
- data_p2 = load_dataset("zouharvi/nmt-pe-effects", "phase_2")
43
  ```
44
 
45
  The first phase is the main one where we can see the effect of NMT quality on post-editing time.
 
38
  You can [access the data on huggingface](https://huggingface.co/datasets/zouharvi/nmt-pe-effects):
39
  ```python3
40
  from datasets import load_dataset
41
+ # contains phase_1 and phase_2
42
+ data = load_dataset("zouharvi/nmt-pe-effects")
43
  ```
44
 
45
  The first phase is the main one where we can see the effect of NMT quality on post-editing time.