mlburnham commited on
Commit
79d567f
·
verified ·
1 Parent(s): a1e3bbe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: username
12
+ dtype: string
13
+ - name: premise
14
+ dtype: string
15
+ - name: party
16
+ dtype: string
17
+ - name: topic
18
+ dtype: string
19
+ - name: hypothesis
20
+ dtype: string
21
+ - name: label
22
+ dtype: int64
23
+ - name: validated_label
24
+ dtype: int64
25
+ - name: entailment
26
+ dtype: int64
27
+ - name: validation_source
28
+ dtype: string
29
+ splits:
30
+ - name: train
31
+ num_bytes: 2595107
32
+ num_examples: 7373
33
+ - name: test
34
+ num_bytes: 540969
35
+ num_examples: 1534
36
+ download_size: 1090835
37
+ dataset_size: 3136076
38
+ ---
39
+ # Dataset Card for "polistance_issue_tweets"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)