Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
StefanH commited on
Commit
e6412a6
·
1 Parent(s): 32d5b46

Fix: README typo

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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': 'My favourite food is anything I didn't have to cook myself.',
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
  }