lhoestq HF staff commited on
Commit
09666a5
1 Parent(s): de420ae

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +51 -31
README.md CHANGED
@@ -14,36 +14,56 @@ train-eval-index:
14
  text: text
15
  label: target
16
  metrics:
17
- - type: accuracy
18
- name: Accuracy
19
- - type: f1
20
- name: F1 binary
21
- args:
22
- average: binary
23
- - type: precision
24
- name: Precision macro
25
- args:
26
- average: macro
27
- - type: precision
28
- name: Precision micro
29
- args:
30
- average: micro
31
- - type: precision
32
- name: Precision weighted
33
- args:
34
- average: weighted
35
- - type: recall
36
- name: Recall macro
37
- args:
38
- average: macro
39
- - type: recall
40
- name: Recall micro
41
- args:
42
- average: micro
43
- - type: recall
44
- name: Recall weighted
45
- args:
46
- average: weighted
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  ---
48
 
49
  # Dataset Card for "yelp_polarity"
@@ -231,4 +251,4 @@ The data fields are the same among all splits.
231
 
232
  ### Contributions
233
 
234
- Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@julien-c](https://github.com/julien-c) for adding this dataset.
 
14
  text: text
15
  label: target
16
  metrics:
17
+ - type: accuracy
18
+ name: Accuracy
19
+ - type: f1
20
+ name: F1 binary
21
+ args:
22
+ average: binary
23
+ - type: precision
24
+ name: Precision macro
25
+ args:
26
+ average: macro
27
+ - type: precision
28
+ name: Precision micro
29
+ args:
30
+ average: micro
31
+ - type: precision
32
+ name: Precision weighted
33
+ args:
34
+ average: weighted
35
+ - type: recall
36
+ name: Recall macro
37
+ args:
38
+ average: macro
39
+ - type: recall
40
+ name: Recall micro
41
+ args:
42
+ average: micro
43
+ - type: recall
44
+ name: Recall weighted
45
+ args:
46
+ average: weighted
47
+ dataset_info:
48
+ features:
49
+ - name: text
50
+ dtype: string
51
+ - name: label
52
+ dtype:
53
+ class_label:
54
+ names:
55
+ 0: '1'
56
+ 1: '2'
57
+ config_name: plain_text
58
+ splits:
59
+ - name: test
60
+ num_bytes: 27962097
61
+ num_examples: 38000
62
+ - name: train
63
+ num_bytes: 413558837
64
+ num_examples: 560000
65
+ download_size: 166373201
66
+ dataset_size: 441520934
67
  ---
68
 
69
  # Dataset Card for "yelp_polarity"
 
251
 
252
  ### Contributions
253
 
254
+ Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@julien-c](https://github.com/julien-c) for adding this dataset.