hadeel295 commited on
Commit
791808b
·
verified ·
1 Parent(s): b0fc83f

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: label
7
+ dtype: int64
8
+ - name: statement
9
+ dtype: string
10
+ - name: date
11
+ dtype: string
12
+ - name: subject
13
+ dtype: string
14
+ - name: speaker
15
+ dtype: string
16
+ - name: speaker_description
17
+ dtype: string
18
+ - name: state_info
19
+ dtype: string
20
+ - name: true_counts
21
+ dtype: int64
22
+ - name: mostly_true_counts
23
+ dtype: int64
24
+ - name: half_true_counts
25
+ dtype: int64
26
+ - name: mostly_false_counts
27
+ dtype: int64
28
+ - name: false_counts
29
+ dtype: int64
30
+ - name: pants_on_fire_counts
31
+ dtype: int64
32
+ - name: context
33
+ dtype: string
34
+ - name: justification
35
+ dtype: string
36
+ - name: binary_label
37
+ dtype: int64
38
+ - name: clean_statement
39
+ dtype: string
40
+ - name: clean_justification
41
+ dtype: string
42
+ - name: input_ids
43
+ list: int32
44
+ - name: token_type_ids
45
+ list: int8
46
+ - name: attention_mask
47
+ list: int8
48
+ splits:
49
+ - name: train
50
+ num_bytes: 46841923
51
+ num_examples: 18369
52
+ - name: validation
53
+ num_bytes: 5844996
54
+ num_examples: 2297
55
+ - name: test
56
+ num_bytes: 5872661
57
+ num_examples: 2296
58
+ download_size: 55976692
59
+ dataset_size: 58559580
60
+ configs:
61
+ - config_name: default
62
+ data_files:
63
+ - split: train
64
+ path: data/train-*
65
+ - split: validation
66
+ path: data/validation-*
67
+ - split: test
68
+ path: data/test-*
69
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:671bf542cbba3512b52bc770fd48f50e85cfb26090670e5119f9e6a5608fabcd
3
+ size 5696529
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5cdbdbbe6e89f7bbe9ae5089a08de4e9ad84bee174e41128ca053cb7639c50
3
+ size 44615384
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d64d750a5fc9116f95641b7ad8118c114b58ec56c0bf017466a9ed78fa2a0bcb
3
+ size 5664779