lhoestq HF staff commited on
Commit
53ee803
1 Parent(s): 37c6017

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +73 -39
README.md CHANGED
@@ -30,44 +30,78 @@ train-eval-index:
30
  question_content: text
31
  topic: target
32
  metrics:
33
- - type: accuracy
34
- name: Accuracy
35
- - type: f1
36
- name: F1 macro
37
- args:
38
- average: macro
39
- - type: f1
40
- name: F1 micro
41
- args:
42
- average: micro
43
- - type: f1
44
- name: F1 weighted
45
- args:
46
- average: weighted
47
- - type: precision
48
- name: Precision macro
49
- args:
50
- average: macro
51
- - type: precision
52
- name: Precision micro
53
- args:
54
- average: micro
55
- - type: precision
56
- name: Precision weighted
57
- args:
58
- average: weighted
59
- - type: recall
60
- name: Recall macro
61
- args:
62
- average: macro
63
- - type: recall
64
- name: Recall micro
65
- args:
66
- average: micro
67
- - type: recall
68
- name: Recall weighted
69
- args:
70
- average: weighted
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  ---
72
 
73
  # Dataset Card for "Yahoo Answers Topics"
@@ -193,4 +227,4 @@ train-eval-index:
193
 
194
  ### Contributions
195
 
196
- Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
 
30
  question_content: text
31
  topic: target
32
  metrics:
33
+ - type: accuracy
34
+ name: Accuracy
35
+ - type: f1
36
+ name: F1 macro
37
+ args:
38
+ average: macro
39
+ - type: f1
40
+ name: F1 micro
41
+ args:
42
+ average: micro
43
+ - type: f1
44
+ name: F1 weighted
45
+ args:
46
+ average: weighted
47
+ - type: precision
48
+ name: Precision macro
49
+ args:
50
+ average: macro
51
+ - type: precision
52
+ name: Precision micro
53
+ args:
54
+ average: micro
55
+ - type: precision
56
+ name: Precision weighted
57
+ args:
58
+ average: weighted
59
+ - type: recall
60
+ name: Recall macro
61
+ args:
62
+ average: macro
63
+ - type: recall
64
+ name: Recall micro
65
+ args:
66
+ average: micro
67
+ - type: recall
68
+ name: Recall weighted
69
+ args:
70
+ average: weighted
71
+ dataset_info:
72
+ features:
73
+ - name: id
74
+ dtype: int32
75
+ - name: topic
76
+ dtype:
77
+ class_label:
78
+ names:
79
+ 0: Society & Culture
80
+ 1: Science & Mathematics
81
+ 2: Health
82
+ 3: Education & Reference
83
+ 4: Computers & Internet
84
+ 5: Sports
85
+ 6: Business & Finance
86
+ 7: Entertainment & Music
87
+ 8: Family & Relationships
88
+ 9: Politics & Government
89
+ - name: question_title
90
+ dtype: string
91
+ - name: question_content
92
+ dtype: string
93
+ - name: best_answer
94
+ dtype: string
95
+ config_name: yahoo_answers_topics
96
+ splits:
97
+ - name: test
98
+ num_bytes: 32661362
99
+ num_examples: 60000
100
+ - name: train
101
+ num_bytes: 760460695
102
+ num_examples: 1400000
103
+ download_size: 319476345
104
+ dataset_size: 793122057
105
  ---
106
 
107
  # Dataset Card for "Yahoo Answers Topics"
 
227
 
228
  ### Contributions
229
 
230
+ Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.