Datasets:

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

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:af53db02d85dd314205b612c7ab403143928c2074a6df1774e21ab292a7ffbfc
3
+ size 18427
5768/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37720eb8a617da3c9b851a7a5f0192fb1aa257ff4f579cf0181895b5fe74017d
3
+ size 67115
5768/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6946b8f528fe10cb5dcfaef4e82e96779fe610a059eb3592a241cda64f0dd88
3
+ size 18161
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: 149795
20
+ num_examples: 700
21
+ - name: test
22
+ num_bytes: 32469
23
+ num_examples: 150
24
+ - name: val
25
+ num_bytes: 32273
26
+ num_examples: 150
27
+ download_size: 103703
28
+ dataset_size: 214537
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
+ ---