SinclairSchneider commited on
Commit
e730593
1 Parent(s): 298a39e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ dtype: string
6
+ - name: date
7
+ dtype: date32
8
+ - name: info
9
+ dtype: string
10
+ - name: slug
11
+ dtype: string
12
+ - name: data_source
13
+ dtype: string
14
+ - name: id_category
15
+ dtype: string
16
+ - name: label_category
17
+ dtype: string
18
+ - name: id_statement
19
+ dtype: string
20
+ - name: label_statement
21
+ dtype: string
22
+ - name: text_statement
23
+ dtype: string
24
+ - name: id_party
25
+ dtype: string
26
+ - name: party_name
27
+ dtype: string
28
+ - name: party_longname
29
+ dtype: string
30
+ - name: id_opinion
31
+ dtype: string
32
+ - name: id_answer
33
+ dtype: string
34
+ - name: message
35
+ dtype: string
36
+ - name: id_comment
37
+ dtype: string
38
+ - name: text_comment
39
+ dtype: string
40
+ splits:
41
+ - name: train
42
+ num_bytes: 31326979
43
+ num_examples: 41942
44
+ download_size: 7314464
45
+ dataset_size: 31326979
46
+ ---
47
+ # Dataset Card for "Wahlomat"
48
+
49
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)