Zaid commited on
Commit
fed9216
1 Parent(s): 4111163

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: filename
5
+ dtype: string
6
+ - name: claim
7
+ dtype: string
8
+ - name: claim_url
9
+ dtype: string
10
+ - name: article
11
+ dtype: string
12
+ - name: stance
13
+ dtype:
14
+ class_label:
15
+ names:
16
+ 0: Discuss
17
+ 1: Disagree
18
+ 2: Unrelated
19
+ 3: Agree
20
+ - name: article_title
21
+ dtype: string
22
+ - name: article_url
23
+ dtype: string
24
+ splits:
25
+ - name: test
26
+ num_bytes: 5611165
27
+ num_examples: 646
28
+ - name: train
29
+ num_bytes: 29682402
30
+ num_examples: 2848
31
+ - name: validation
32
+ num_bytes: 7080226
33
+ num_examples: 569
34
+ download_size: 18033579
35
+ dataset_size: 42373793
36
+ ---
37
+ # Dataset Card for "arastance"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)