Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ Please check our paper for more details: https://aclanthology.org/2020.vlsp-1.16
|
|
| 44 |
|
| 45 |
Load the dataset using the ```datasets``` library in ```python```:
|
| 46 |
|
| 47 |
-
```
|
| 48 |
from datasets import load_dataset
|
| 49 |
|
| 50 |
train_dataset = load_dataset("ReliableAI/ReINTEL", split="train") # with ground-truth labels
|
|
|
|
| 44 |
|
| 45 |
Load the dataset using the ```datasets``` library in ```python```:
|
| 46 |
|
| 47 |
+
```python
|
| 48 |
from datasets import load_dataset
|
| 49 |
|
| 50 |
train_dataset = load_dataset("ReliableAI/ReINTEL", split="train") # with ground-truth labels
|