Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
c41606e
1 Parent(s): 981a6c1

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +62 -39
README.md CHANGED
@@ -31,44 +31,67 @@ train-eval-index:
31
  text: text
32
  label: target
33
  metrics:
34
- - type: accuracy
35
- name: Accuracy
36
- - type: f1
37
- name: F1 macro
38
- args:
39
- average: macro
40
- - type: f1
41
- name: F1 micro
42
- args:
43
- average: micro
44
- - type: f1
45
- name: F1 weighted
46
- args:
47
- average: weighted
48
- - type: precision
49
- name: Precision macro
50
- args:
51
- average: macro
52
- - type: precision
53
- name: Precision micro
54
- args:
55
- average: micro
56
- - type: precision
57
- name: Precision weighted
58
- args:
59
- average: weighted
60
- - type: recall
61
- name: Recall macro
62
- args:
63
- average: macro
64
- - type: recall
65
- name: Recall micro
66
- args:
67
- average: micro
68
- - type: recall
69
- name: Recall weighted
70
- args:
71
- average: weighted
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  ---
73
  ---
74
 
@@ -202,4 +225,4 @@ Xiang Zhang, Junbo Zhao, Yann LeCun. Character-level Convolutional Networks for
202
 
203
  ### Contributions
204
 
205
- Thanks to [@hfawaz](https://github.com/hfawaz) for adding this dataset.
31
  text: text
32
  label: target
33
  metrics:
34
+ - type: accuracy
35
+ name: Accuracy
36
+ - type: f1
37
+ name: F1 macro
38
+ args:
39
+ average: macro
40
+ - type: f1
41
+ name: F1 micro
42
+ args:
43
+ average: micro
44
+ - type: f1
45
+ name: F1 weighted
46
+ args:
47
+ average: weighted
48
+ - type: precision
49
+ name: Precision macro
50
+ args:
51
+ average: macro
52
+ - type: precision
53
+ name: Precision micro
54
+ args:
55
+ average: micro
56
+ - type: precision
57
+ name: Precision weighted
58
+ args:
59
+ average: weighted
60
+ - type: recall
61
+ name: Recall macro
62
+ args:
63
+ average: macro
64
+ - type: recall
65
+ name: Recall micro
66
+ args:
67
+ average: micro
68
+ - type: recall
69
+ name: Recall weighted
70
+ args:
71
+ average: weighted
72
+ dataset_info:
73
+ features:
74
+ - name: label
75
+ dtype:
76
+ class_label:
77
+ names:
78
+ 0: 1 star
79
+ 1: 2 star
80
+ 2: 3 stars
81
+ 3: 4 stars
82
+ 4: 5 stars
83
+ - name: text
84
+ dtype: string
85
+ config_name: yelp_review_full
86
+ splits:
87
+ - name: test
88
+ num_bytes: 37271188
89
+ num_examples: 50000
90
+ - name: train
91
+ num_bytes: 483811554
92
+ num_examples: 650000
93
+ download_size: 196146755
94
+ dataset_size: 521082742
95
  ---
96
  ---
97
 
225
 
226
  ### Contributions
227
 
228
+ Thanks to [@hfawaz](https://github.com/hfawaz) for adding this dataset.