Datasets:

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

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:f6baf72c3661145962c166d8439b833cf8c387963e697498d21bdd65fc5fddf7
3
+ size 13851
5768/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b7b682ca64cedc82ebb7caa34cd703e332621fee51a2133fd311b6fd0afaf36
3
+ size 47664
5768/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f730e4809488d39d80146a9038cf98b48ff91088021a9c3433c676a9271432af
3
+ size 13348
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: 120275
20
+ num_examples: 700
21
+ - name: test
22
+ num_bytes: 26302
23
+ num_examples: 150
24
+ - name: val
25
+ num_bytes: 24993
26
+ num_examples: 150
27
+ download_size: 74863
28
+ dataset_size: 171570
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
+ ---