Datasets:

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

Upload dataset

Browse files
944601/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2512a1c78bdb508076f03808898f70f1b0cd90a5998b5866070f282845d39be
3
+ size 22723
944601/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78bd48ff16686fd7a282335a8a3a3f7ed1f8c82f65ab49422458a7825b8f6c61
3
+ size 82993
944601/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a293aaf04c03762ff27eb631b39bfc30ef43151fb74d7b2beef5c34beee4465
3
+ size 21035
README.md CHANGED
@@ -52,6 +52,32 @@ dataset_info:
52
  num_examples: 150
53
  download_size: 126650
54
  dataset_size: 278496
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  configs:
56
  - config_name: '5768'
57
  data_files:
@@ -69,4 +95,12 @@ configs:
69
  path: 78516/test-*
70
  - split: val
71
  path: 78516/val-*
 
 
 
 
 
 
 
 
72
  ---
 
52
  num_examples: 150
53
  download_size: 126650
54
  dataset_size: 278496
55
+ - config_name: '944601'
56
+ features:
57
+ - name: sentences
58
+ dtype: string
59
+ - name: stance_label
60
+ dtype: string
61
+ - name: time_label
62
+ dtype: string
63
+ - name: certain_label
64
+ dtype: string
65
+ - name: year
66
+ dtype: int64
67
+ - name: __index_level_0__
68
+ dtype: int64
69
+ splits:
70
+ - name: train
71
+ num_bytes: 194056
72
+ num_examples: 700
73
+ - name: test
74
+ num_bytes: 43337
75
+ num_examples: 150
76
+ - name: val
77
+ num_bytes: 41103
78
+ num_examples: 150
79
+ download_size: 126751
80
+ dataset_size: 278496
81
  configs:
82
  - config_name: '5768'
83
  data_files:
 
95
  path: 78516/test-*
96
  - split: val
97
  path: 78516/val-*
98
+ - config_name: '944601'
99
+ data_files:
100
+ - split: train
101
+ path: 944601/train-*
102
+ - split: test
103
+ path: 944601/test-*
104
+ - split: val
105
+ path: 944601/val-*
106
  ---