Datasets:
Update README.md
Browse files
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 |
-
|
42 |
-
|
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.
|