lhoestq HF staff commited on
Commit
7fed26b
1 Parent(s): 99031e3

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +96 -1
README.md CHANGED
@@ -19,6 +19,101 @@ task_ids:
19
  - topic-classification
20
  paperswithcode_id: prachathai-67k
21
  pretty_name: prachathai67k
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for `prachathai67k`
@@ -195,4 +290,4 @@ CC-BY-NC
195
 
196
  ### Contributions
197
 
198
- Thanks to [@cstorm125](https://github.com/cstorm125) for adding this dataset.
 
19
  - topic-classification
20
  paperswithcode_id: prachathai-67k
21
  pretty_name: prachathai67k
22
+ dataset_info:
23
+ features:
24
+ - name: url
25
+ dtype: string
26
+ - name: date
27
+ dtype: string
28
+ - name: title
29
+ dtype: string
30
+ - name: body_text
31
+ dtype: string
32
+ - name: politics
33
+ dtype:
34
+ class_label:
35
+ names:
36
+ 0: neg
37
+ 1: pos
38
+ - name: human_rights
39
+ dtype:
40
+ class_label:
41
+ names:
42
+ 0: neg
43
+ 1: pos
44
+ - name: quality_of_life
45
+ dtype:
46
+ class_label:
47
+ names:
48
+ 0: neg
49
+ 1: pos
50
+ - name: international
51
+ dtype:
52
+ class_label:
53
+ names:
54
+ 0: neg
55
+ 1: pos
56
+ - name: social
57
+ dtype:
58
+ class_label:
59
+ names:
60
+ 0: neg
61
+ 1: pos
62
+ - name: environment
63
+ dtype:
64
+ class_label:
65
+ names:
66
+ 0: neg
67
+ 1: pos
68
+ - name: economics
69
+ dtype:
70
+ class_label:
71
+ names:
72
+ 0: neg
73
+ 1: pos
74
+ - name: culture
75
+ dtype:
76
+ class_label:
77
+ names:
78
+ 0: neg
79
+ 1: pos
80
+ - name: labor
81
+ dtype:
82
+ class_label:
83
+ names:
84
+ 0: neg
85
+ 1: pos
86
+ - name: national_security
87
+ dtype:
88
+ class_label:
89
+ names:
90
+ 0: neg
91
+ 1: pos
92
+ - name: ict
93
+ dtype:
94
+ class_label:
95
+ names:
96
+ 0: neg
97
+ 1: pos
98
+ - name: education
99
+ dtype:
100
+ class_label:
101
+ names:
102
+ 0: neg
103
+ 1: pos
104
+ config_name: prachathai67k
105
+ splits:
106
+ - name: test
107
+ num_bytes: 110034036
108
+ num_examples: 6789
109
+ - name: train
110
+ num_bytes: 865848436
111
+ num_examples: 54379
112
+ - name: validation
113
+ num_bytes: 108641386
114
+ num_examples: 6721
115
+ download_size: 254240975
116
+ dataset_size: 1084523858
117
  ---
118
 
119
  # Dataset Card for `prachathai67k`
 
290
 
291
  ### Contributions
292
 
293
+ Thanks to [@cstorm125](https://github.com/cstorm125) for adding this dataset.