mlburnham commited on
Commit
9c8c979
1 Parent(s): 345b6e5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: hypothesis
12
+ dtype: string
13
+ - name: target
14
+ dtype: string
15
+ - name: stance
16
+ dtype: int64
17
+ - name: premise
18
+ dtype: string
19
+ - name: validated_stance
20
+ dtype: int64
21
+ - name: validation_source
22
+ dtype: string
23
+ - name: entailment
24
+ dtype: int64
25
+ splits:
26
+ - name: train
27
+ num_bytes: 432407
28
+ num_examples: 1854
29
+ - name: test
30
+ num_bytes: 166390
31
+ num_examples: 694
32
+ download_size: 121490
33
+ dataset_size: 598797
34
+ ---
35
+ # Dataset Card for "ibm_claimstance_entailment"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)