Zaid commited on
Commit
4408b33
1 Parent(s): d437bc2

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: dialect
7
+ dtype: string
8
+ - name: sarcastic
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': Non sarcastic
13
+ '1': sarcastic
14
+ splits:
15
+ - name: test
16
+ num_bytes: 111059
17
+ num_examples: 1400
18
+ download_size: 60363
19
+ dataset_size: 111059
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: test
24
+ path: data/test-*
25
+ ---
data/{test-00000-of-00001-4acb244bce66a222.parquet → test-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e8deae38799bbe8d1e31172dfc417945ddb9fc32f33bc28a4da8a7acbc80f29
3
- size 58718
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a27bf875dac281061359432f971b125c5b37852f5c49228c9d7e7f746cab77a
3
+ size 60363
dataset_infos.json CHANGED
@@ -1 +1,93 @@
1
- {"arbml--iSarcasmEval_task_A": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "dialect": {"dtype": "string", "id": null, "_type": "Value"}, "sarcastic": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "i_sarcasm_eval_task_a", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 106859, "num_examples": 1400, "dataset_name": "iSarcasmEval_task_A"}}, "download_checksums": null, "download_size": 58718, "post_processing_size": null, "dataset_size": 106859, "size_in_bytes": 165577}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arbml--iSarcasmEval_task_A": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "text": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "dialect": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "sarcastic": {
19
+ "dtype": "string",
20
+ "id": null,
21
+ "_type": "Value"
22
+ }
23
+ },
24
+ "post_processed": null,
25
+ "supervised_keys": null,
26
+ "task_templates": null,
27
+ "builder_name": "i_sarcasm_eval_task_a",
28
+ "config_name": "default",
29
+ "version": {
30
+ "version_str": "0.0.0",
31
+ "description": null,
32
+ "major": 0,
33
+ "minor": 0,
34
+ "patch": 0
35
+ },
36
+ "splits": {
37
+ "test": {
38
+ "name": "test",
39
+ "num_bytes": 106859,
40
+ "num_examples": 1400,
41
+ "dataset_name": "iSarcasmEval_task_A"
42
+ }
43
+ },
44
+ "download_checksums": null,
45
+ "download_size": 58718,
46
+ "post_processing_size": null,
47
+ "dataset_size": 106859,
48
+ "size_in_bytes": 165577
49
+ },
50
+ "default": {
51
+ "description": "",
52
+ "citation": "",
53
+ "homepage": "",
54
+ "license": "",
55
+ "features": {
56
+ "text": {
57
+ "dtype": "string",
58
+ "_type": "Value"
59
+ },
60
+ "dialect": {
61
+ "dtype": "string",
62
+ "_type": "Value"
63
+ },
64
+ "sarcastic": {
65
+ "names": [
66
+ "Non sarcastic",
67
+ "sarcastic"
68
+ ],
69
+ "_type": "ClassLabel"
70
+ }
71
+ },
72
+ "builder_name": "parquet",
73
+ "dataset_name": "i_sarcasm_eval_task_a",
74
+ "config_name": "default",
75
+ "version": {
76
+ "version_str": "0.0.0",
77
+ "major": 0,
78
+ "minor": 0,
79
+ "patch": 0
80
+ },
81
+ "splits": {
82
+ "test": {
83
+ "name": "test",
84
+ "num_bytes": 111059,
85
+ "num_examples": 1400,
86
+ "dataset_name": null
87
+ }
88
+ },
89
+ "download_size": 60363,
90
+ "dataset_size": 111059,
91
+ "size_in_bytes": 171422
92
+ }
93
+ }