Aymeric Roucher commited on
Commit
92a2849
1 Parent(s): ec31c70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -35,9 +35,10 @@ Data Instances
35
 
36
  A JSON-formatted example of a typical instance in the dataset:
37
 
38
- {'author': 'Ralph Waldo Emerson',
39
- 'quote': '“To be yourself in a world that is constantly trying to make you something else is the greatest accomplishment.”',
40
- 'tags': ['accomplishment', 'be-yourself', 'conformity', 'individuality']}
 
41
 
42
  ### Data Fields
43
 
 
35
 
36
  A JSON-formatted example of a typical instance in the dataset:
37
 
38
+ {"quote":"Almost anyone can be an author the business is to collect money and fame from this state of being.",
39
+ "author":"A. A. Milne",
40
+ "categories": "['business', 'money']"
41
+ }
42
 
43
  ### Data Fields
44