lhoestq HF staff commited on
Commit
261ce48
1 Parent(s): 60fa45d

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -19,6 +19,27 @@ task_ids:
19
  - multi-class-classification
20
  paperswithcode_id: null
21
  pretty_name: DanishPoliticalComments
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for DanishPoliticalComments
@@ -142,4 +163,4 @@ pretty_name: DanishPoliticalComments
142
  [More Information Needed]
143
  ### Contributions
144
 
145
- Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
 
19
  - multi-class-classification
20
  paperswithcode_id: null
21
  pretty_name: DanishPoliticalComments
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: sentence
27
+ dtype: string
28
+ - name: target
29
+ dtype:
30
+ class_label:
31
+ names:
32
+ 0: '2'
33
+ 1: '1'
34
+ 2: '0'
35
+ 3: '-1'
36
+ 4: '-2'
37
+ splits:
38
+ - name: train
39
+ num_bytes: 829569
40
+ num_examples: 9008
41
+ download_size: 690873
42
+ dataset_size: 829569
43
  ---
44
 
45
  # Dataset Card for DanishPoliticalComments
 
163
  [More Information Needed]
164
  ### Contributions
165
 
166
+ Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.