lhoestq HF staff commited on
Commit
2c7efd8
1 Parent(s): 4b708b3

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +78 -1
README.md CHANGED
@@ -19,6 +19,83 @@ task_categories:
19
  task_ids:
20
  - multi-class-classification
21
  paperswithcode_id: trecqa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for "trec"
@@ -248,4 +325,4 @@ The data fields are the same among all splits.
248
 
249
  ### Contributions
250
 
251
- Thanks to [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
 
19
  task_ids:
20
  - multi-class-classification
21
  paperswithcode_id: trecqa
22
+ dataset_info:
23
+ features:
24
+ - name: text
25
+ dtype: string
26
+ - name: coarse_label
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ 0: ABBR
31
+ 1: ENTY
32
+ 2: DESC
33
+ 3: HUM
34
+ 4: LOC
35
+ 5: NUM
36
+ - name: fine_label
37
+ dtype:
38
+ class_label:
39
+ names:
40
+ 0: ABBR:abb
41
+ 1: ABBR:exp
42
+ 2: ENTY:animal
43
+ 3: ENTY:body
44
+ 4: ENTY:color
45
+ 5: ENTY:cremat
46
+ 6: ENTY:currency
47
+ 7: ENTY:dismed
48
+ 8: ENTY:event
49
+ 9: ENTY:food
50
+ 10: ENTY:instru
51
+ 11: ENTY:lang
52
+ 12: ENTY:letter
53
+ 13: ENTY:other
54
+ 14: ENTY:plant
55
+ 15: ENTY:product
56
+ 16: ENTY:religion
57
+ 17: ENTY:sport
58
+ 18: ENTY:substance
59
+ 19: ENTY:symbol
60
+ 20: ENTY:techmeth
61
+ 21: ENTY:termeq
62
+ 22: ENTY:veh
63
+ 23: ENTY:word
64
+ 24: DESC:def
65
+ 25: DESC:desc
66
+ 26: DESC:manner
67
+ 27: DESC:reason
68
+ 28: HUM:gr
69
+ 29: HUM:ind
70
+ 30: HUM:title
71
+ 31: HUM:desc
72
+ 32: LOC:city
73
+ 33: LOC:country
74
+ 34: LOC:mount
75
+ 35: LOC:other
76
+ 36: LOC:state
77
+ 37: NUM:code
78
+ 38: NUM:count
79
+ 39: NUM:date
80
+ 40: NUM:dist
81
+ 41: NUM:money
82
+ 42: NUM:ord
83
+ 43: NUM:other
84
+ 44: NUM:period
85
+ 45: NUM:perc
86
+ 46: NUM:speed
87
+ 47: NUM:temp
88
+ 48: NUM:volsize
89
+ 49: NUM:weight
90
+ splits:
91
+ - name: test
92
+ num_bytes: 27983
93
+ num_examples: 500
94
+ - name: train
95
+ num_bytes: 385090
96
+ num_examples: 5452
97
+ download_size: 359212
98
+ dataset_size: 413073
99
  ---
100
 
101
  # Dataset Card for "trec"
 
325
 
326
  ### Contributions
327
 
328
+ Thanks to [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.