Datasets:

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

Upload dataset

Browse files
78516/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1818e2f1a81cc36afec4fa78e35596c48e2fc1f301eb723e23d5065f72252614
3
+ size 21589
78516/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d500b923f23f27fc60513fa7ecf5529d5be2a68b36ed301b5394fca1a82c76fe
3
+ size 77710
78516/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8b5a612bcf09e02ced887f5ad998bd8bb674f5d3a5db14d5963f14c3f7079d7
3
+ size 20498
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  dataset_info:
3
- config_name: '5768'
4
  features:
5
  - name: sentences
6
  dtype: string
@@ -26,6 +26,32 @@ dataset_info:
26
  num_examples: 150
27
  download_size: 120075
28
  dataset_size: 247726
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  configs:
30
  - config_name: '5768'
31
  data_files:
@@ -35,4 +61,12 @@ configs:
35
  path: 5768/test-*
36
  - split: val
37
  path: 5768/val-*
 
 
 
 
 
 
 
 
38
  ---
 
1
  ---
2
  dataset_info:
3
+ - config_name: '5768'
4
  features:
5
  - name: sentences
6
  dtype: string
 
26
  num_examples: 150
27
  download_size: 120075
28
  dataset_size: 247726
29
+ - config_name: '78516'
30
+ features:
31
+ - name: sentences
32
+ dtype: string
33
+ - name: stance_label
34
+ dtype: string
35
+ - name: time_label
36
+ dtype: string
37
+ - name: certain_label
38
+ dtype: string
39
+ - name: year
40
+ dtype: int64
41
+ - name: __index_level_0__
42
+ dtype: int64
43
+ splits:
44
+ - name: train
45
+ num_bytes: 171935
46
+ num_examples: 700
47
+ - name: test
48
+ num_bytes: 39168
49
+ num_examples: 150
50
+ - name: val
51
+ num_bytes: 36623
52
+ num_examples: 150
53
+ download_size: 119797
54
+ dataset_size: 247726
55
  configs:
56
  - config_name: '5768'
57
  data_files:
 
61
  path: 5768/test-*
62
  - split: val
63
  path: 5768/val-*
64
+ - config_name: '78516'
65
+ data_files:
66
+ - split: train
67
+ path: 78516/train-*
68
+ - split: test
69
+ path: 78516/test-*
70
+ - split: val
71
+ path: 78516/val-*
72
  ---