tomaarsen HF staff commited on
Commit
dca5006
1 Parent(s): 3ca1345

Fix json format

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -34,14 +34,14 @@ For more details, see https://aclanthology.org/S14-2004/
34
 
35
  ### Data Instances
36
 
37
- An example of 'train' looks as follows.
38
 
39
  ```json
40
- {'text': 'I charge it at night and skip taking the cord with me because of the good battery life.', 'span': 'cord', 'label': 'neutral', 'ordinal': 0}
41
- {'text': 'I charge it at night and skip taking the cord with me because of the good battery life.', 'span': 'battery life', 'label': 'positive', 'ordinal': 0}
42
- {'text': 'The tech guy then said the service center does not do 1-to-1 exchange and I have to direct my concern to the "sales" team, which is the retail shop which I bought my netbook from.', 'span': 'service center', 'label': 'negative', 'ordinal': 0}
43
- {'text': 'The tech guy then said the service center does not do 1-to-1 exchange and I have to direct my concern to the "sales" team, which is the retail shop which I bought my netbook from.', 'span': '"sales" team', 'label': 'negative', 'ordinal': 0}
44
- {'text': 'The tech guy then said the service center does not do 1-to-1 exchange and I have to direct my concern to the "sales" team, which is the retail shop which I bought my netbook from.', 'span': 'tech guy', 'label': 'neutral', 'ordinal': 0}
45
  ```
46
 
47
  ### Data Fields
 
34
 
35
  ### Data Instances
36
 
37
+ An example of "train" looks as follows.
38
 
39
  ```json
40
+ {"text": "I charge it at night and skip taking the cord with me because of the good battery life.", "span": "cord", "label": "neutral", "ordinal": 0}
41
+ {"text": "I charge it at night and skip taking the cord with me because of the good battery life.", "span": "battery life", "label": "positive", "ordinal": 0}
42
+ {"text": "The tech guy then said the service center does not do 1-to-1 exchange and I have to direct my concern to the \"sales\" team, which is the retail shop which I bought my netbook from.", "span": "service center", "label": "negative", "ordinal": 0}
43
+ {"text": "The tech guy then said the service center does not do 1-to-1 exchange and I have to direct my concern to the \"sales\" team, which is the retail shop which I bought my netbook from.", "span": "\"sales\" team", "label": "negative", "ordinal": 0}
44
+ {"text": "The tech guy then said the service center does not do 1-to-1 exchange and I have to direct my concern to the \"sales\" team, which is the retail shop which I bought my netbook from.", "span": "tech guy", "label": "neutral", "ordinal": 0}
45
  ```
46
 
47
  ### Data Fields