Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
huzaifahp7 commited on
Commit
6e08daa
·
verified ·
1 Parent(s): 7c3c3c4

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:5998ee28da3cce31681f066be6d4c122f675ec572e82cf1391f77a220ecaf28f
3
+ size 17899
5768/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:090b80642b4b779b9754e6463750a062b5066ffdbfedda4c0adf30e5480a230b
3
+ size 66208
5768/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f892ba3266a85fd01906e54ed218086ebcb7e4ece603efd513b1a652b64ba16d
3
+ size 18094
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: 153793
20
+ num_examples: 700
21
+ - name: test
22
+ num_bytes: 33014
23
+ num_examples: 150
24
+ - name: val
25
+ num_bytes: 33089
26
+ num_examples: 150
27
+ download_size: 102201
28
+ dataset_size: 219896
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
+ ---