Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
Zaid commited on
Commit
943096d
1 Parent(s): d929816

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: tweet
5
+ dtype: string
6
+ - name: sentiment
7
+ dtype: string
8
+ - name: dialect
9
+ dtype: string
10
+ - name: label
11
+ dtype:
12
+ class_label:
13
+ names:
14
+ '0': Non sarcastic
15
+ '1': sarcastic
16
+ splits:
17
+ - name: train
18
+ num_bytes: 2500183
19
+ num_examples: 12548
20
+ - name: test
21
+ num_bytes: 614876
22
+ num_examples: 3000
23
+ download_size: 1749568
24
+ dataset_size: 3115059
25
+ configs:
26
+ - config_name: default
27
+ data_files:
28
+ - split: train
29
+ path: data/train-*
30
+ - split: test
31
+ path: data/test-*
32
+ ---
data/{test-00000-of-00001-f67a72b00f63294d.parquet → test-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2acef6eef0bc1c02399abc0ae30b60d14e82181e13c5db23085e2d52b57126a
3
- size 337017
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad04aed8991a0ba43836ab978cd198bb4af58f47241711efcda893b967f7fd72
3
+ size 341699
data/{train-00000-of-00001-97b2159d7fe1c6c4.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:85aacaaeb86f2fc8341a31313f51fc2536b7475458297878c2b1c17b72952892
3
- size 1378308
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a465bf6973d8b49f25028d4eda4ae0059cbcff256142da9bc8088a6cfd4a86e
3
+ size 1407869
dataset_infos.json CHANGED
@@ -1 +1,118 @@
1
- {"arbml--ArSarcasm_v2": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"tweet": {"dtype": "string", "id": null, "_type": "Value"}, "sentiment": {"dtype": "string", "id": null, "_type": "Value"}, "dialect": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 2, "names": [false, true], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "ar_sarcasm_v2", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 614876, "num_examples": 3000, "dataset_name": "ArSarcasm_v2"}, "train": {"name": "train", "num_bytes": 2500183, "num_examples": 12548, "dataset_name": "ArSarcasm_v2"}}, "download_checksums": null, "download_size": 1715325, "post_processing_size": null, "dataset_size": 3115059, "size_in_bytes": 4830384}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arbml--ArSarcasm_v2": {
3
+ "description": "",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "tweet": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "sentiment": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "dialect": {
19
+ "dtype": "string",
20
+ "id": null,
21
+ "_type": "Value"
22
+ },
23
+ "label": {
24
+ "num_classes": 2,
25
+ "names": [
26
+ false,
27
+ true
28
+ ],
29
+ "id": null,
30
+ "_type": "ClassLabel"
31
+ }
32
+ },
33
+ "post_processed": null,
34
+ "supervised_keys": null,
35
+ "task_templates": null,
36
+ "builder_name": "ar_sarcasm_v2",
37
+ "config_name": "default",
38
+ "version": {
39
+ "version_str": "0.0.0",
40
+ "description": null,
41
+ "major": 0,
42
+ "minor": 0,
43
+ "patch": 0
44
+ },
45
+ "splits": {
46
+ "test": {
47
+ "name": "test",
48
+ "num_bytes": 614876,
49
+ "num_examples": 3000,
50
+ "dataset_name": "ArSarcasm_v2"
51
+ },
52
+ "train": {
53
+ "name": "train",
54
+ "num_bytes": 2500183,
55
+ "num_examples": 12548,
56
+ "dataset_name": "ArSarcasm_v2"
57
+ }
58
+ },
59
+ "download_checksums": null,
60
+ "download_size": 1715325,
61
+ "post_processing_size": null,
62
+ "dataset_size": 3115059,
63
+ "size_in_bytes": 4830384
64
+ },
65
+ "default": {
66
+ "description": "",
67
+ "citation": "",
68
+ "homepage": "",
69
+ "license": "",
70
+ "features": {
71
+ "tweet": {
72
+ "dtype": "string",
73
+ "_type": "Value"
74
+ },
75
+ "sentiment": {
76
+ "dtype": "string",
77
+ "_type": "Value"
78
+ },
79
+ "dialect": {
80
+ "dtype": "string",
81
+ "_type": "Value"
82
+ },
83
+ "label": {
84
+ "names": [
85
+ "Non sarcastic",
86
+ "sarcastic"
87
+ ],
88
+ "_type": "ClassLabel"
89
+ }
90
+ },
91
+ "builder_name": "parquet",
92
+ "dataset_name": "ar_sarcasm_v2",
93
+ "config_name": "default",
94
+ "version": {
95
+ "version_str": "0.0.0",
96
+ "major": 0,
97
+ "minor": 0,
98
+ "patch": 0
99
+ },
100
+ "splits": {
101
+ "train": {
102
+ "name": "train",
103
+ "num_bytes": 2500183,
104
+ "num_examples": 12548,
105
+ "dataset_name": null
106
+ },
107
+ "test": {
108
+ "name": "test",
109
+ "num_bytes": 614876,
110
+ "num_examples": 3000,
111
+ "dataset_name": null
112
+ }
113
+ },
114
+ "download_size": 1749568,
115
+ "dataset_size": 3115059,
116
+ "size_in_bytes": 4864627
117
+ }
118
+ }