Datasets:

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

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:10a151e15e857f39a04a0ffaa7e6602e72077b3d709dcad001e2ace25b28e0d1
3
+ size 18170
944601/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad05f82c23e92a568a0009b57cfc91b1f670195b4e3e5d8857716893de46c7c3
3
+ size 66848
944601/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c13f9263447d7b3d432f34f542d6ef3696cc43676b57758a68d4ac5c08910e52
3
+ size 18496
README.md CHANGED
@@ -52,6 +52,32 @@ dataset_info:
52
  num_examples: 150
53
  download_size: 103466
54
  dataset_size: 214537
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 103466
54
  dataset_size: 214537
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: 149800
72
+ num_examples: 700
73
+ - name: test
74
+ num_bytes: 32025
75
+ num_examples: 150
76
+ - name: val
77
+ num_bytes: 32712
78
+ num_examples: 150
79
+ download_size: 103514
80
+ dataset_size: 214537
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
  ---