Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
huzaifahp7 commited on
Commit
a76affa
·
verified ·
1 Parent(s): e4c2615

Upload dataset

Browse files
5768/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:618894f72af11a0518792184f296d7c14b25ae711bf0da0742f23d151da2a950
3
+ size 15969
5768/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec3c5c11cae00ae7452e01bd5916fbb0faf2f1b7feb9de87dfadb44009f8ce9f
3
+ size 55279
5768/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f6c29bfa2950d2fd2bcb31522504a3782672bee1a053507b97884cb06fc0c9c
3
+ size 15948
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: '5768'
4
+ features:
5
+ - name: sentences
6
+ dtype: string
7
+ - name: stance_label
8
+ dtype: string
9
+ - name: time_label
10
+ dtype: string
11
+ - name: certain_label
12
+ dtype: string
13
+ - name: year
14
+ dtype: int64
15
+ - name: __index_level_0__
16
+ dtype: int64
17
+ splits:
18
+ - name: train
19
+ num_bytes: 136886
20
+ num_examples: 700
21
+ - name: test
22
+ num_bytes: 29637
23
+ num_examples: 150
24
+ - name: val
25
+ num_bytes: 29765
26
+ num_examples: 150
27
+ download_size: 87196
28
+ dataset_size: 196288
29
+ configs:
30
+ - config_name: '5768'
31
+ data_files:
32
+ - split: train
33
+ path: 5768/train-*
34
+ - split: test
35
+ path: 5768/test-*
36
+ - split: val
37
+ path: 5768/val-*
38
+ ---