lhoestq HF staff commited on
Commit
d349f66
1 Parent(s): 9dc9365

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +111 -1
README.md CHANGED
@@ -1,6 +1,116 @@
1
  ---
2
  paperswithcode_id: matinf
3
  pretty_name: Maternal and Infant Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Dataset Card for "matinf"
@@ -241,4 +351,4 @@ The data fields are the same among all splits.
241
 
242
  ### Contributions
243
 
244
- Thanks to [@JetRunner](https://github.com/JetRunner) for adding this dataset.
 
1
  ---
2
  paperswithcode_id: matinf
3
  pretty_name: Maternal and Infant Dataset
4
+ dataset_info:
5
+ - config_name: age_classification
6
+ features:
7
+ - name: question
8
+ dtype: string
9
+ - name: description
10
+ dtype: string
11
+ - name: label
12
+ dtype:
13
+ class_label:
14
+ names:
15
+ 0: 0-1岁
16
+ 1: 1-2岁
17
+ 2: 2-3岁
18
+ - name: id
19
+ dtype: int32
20
+ splits:
21
+ - name: test
22
+ num_bytes: 9616194
23
+ num_examples: 38318
24
+ - name: train
25
+ num_bytes: 33901977
26
+ num_examples: 134852
27
+ - name: validation
28
+ num_bytes: 4869685
29
+ num_examples: 19323
30
+ download_size: 0
31
+ dataset_size: 48387856
32
+ - config_name: topic_classification
33
+ features:
34
+ - name: question
35
+ dtype: string
36
+ - name: description
37
+ dtype: string
38
+ - name: label
39
+ dtype:
40
+ class_label:
41
+ names:
42
+ 0: 产褥期保健
43
+ 1: 儿童过敏
44
+ 2: 动作发育
45
+ 3: 婴幼保健
46
+ 4: 婴幼心理
47
+ 5: 婴幼早教
48
+ 6: 婴幼期喂养
49
+ 7: 婴幼营养
50
+ 8: 孕期保健
51
+ 9: 家庭教育
52
+ 10: 幼儿园
53
+ 11: 未准父母
54
+ 12: 流产和不孕
55
+ 13: 疫苗接种
56
+ 14: 皮肤护理
57
+ 15: 宝宝上火
58
+ 16: 腹泻
59
+ 17: 婴幼常见病
60
+ - name: id
61
+ dtype: int32
62
+ splits:
63
+ - name: test
64
+ num_bytes: 43877443
65
+ num_examples: 175363
66
+ - name: train
67
+ num_bytes: 153326538
68
+ num_examples: 613036
69
+ - name: validation
70
+ num_bytes: 21834951
71
+ num_examples: 87519
72
+ download_size: 0
73
+ dataset_size: 219038932
74
+ - config_name: summarization
75
+ features:
76
+ - name: description
77
+ dtype: string
78
+ - name: question
79
+ dtype: string
80
+ - name: id
81
+ dtype: int32
82
+ splits:
83
+ - name: test
84
+ num_bytes: 51784189
85
+ num_examples: 213681
86
+ - name: train
87
+ num_bytes: 181245403
88
+ num_examples: 747888
89
+ - name: validation
90
+ num_bytes: 25849900
91
+ num_examples: 106842
92
+ download_size: 0
93
+ dataset_size: 258879492
94
+ - config_name: qa
95
+ features:
96
+ - name: question
97
+ dtype: string
98
+ - name: answer
99
+ dtype: string
100
+ - name: id
101
+ dtype: int32
102
+ splits:
103
+ - name: test
104
+ num_bytes: 53708532
105
+ num_examples: 213681
106
+ - name: train
107
+ num_bytes: 188047511
108
+ num_examples: 747888
109
+ - name: validation
110
+ num_bytes: 26931809
111
+ num_examples: 106842
112
+ download_size: 0
113
+ dataset_size: 268687852
114
  ---
115
 
116
  # Dataset Card for "matinf"
 
351
 
352
  ### Contributions
353
 
354
+ Thanks to [@JetRunner](https://github.com/JetRunner) for adding this dataset.