jiminHuang commited on
Commit
9955cd8
1 Parent(s): b584457

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: _id
6
+ dtype: string
7
+ - name: sentence
8
+ dtype: string
9
+ - name: target
10
+ dtype: string
11
+ - name: aspect
12
+ dtype: string
13
+ - name: score
14
+ dtype: float64
15
+ - name: type
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 119567
20
+ num_examples: 822
21
+ - name: valid
22
+ num_bytes: 17184
23
+ num_examples: 117
24
+ - name: test
25
+ num_bytes: 33728
26
+ num_examples: 234
27
+ download_size: 102225
28
+ dataset_size: 170479
29
  ---