Datasets:
Fix: README typo
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ Each dataset sample contains the text, the label encoded as an integer, and the
|
|
64 |
|
65 |
```python
|
66 |
{
|
67 |
-
'text':
|
68 |
'labels': [215],
|
69 |
'dataset_name': 0
|
70 |
}
|
|
|
64 |
|
65 |
```python
|
66 |
{
|
67 |
+
'text': "My favourite food is anything I didn't have to cook myself.",
|
68 |
'labels': [215],
|
69 |
'dataset_name': 0
|
70 |
}
|