Upload dataset
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: Arabic_txt
|
7 |
+
dtype: string
|
8 |
+
- name: Ar:man_confidence
|
9 |
+
dtype: string
|
10 |
+
- name: label
|
11 |
+
dtype:
|
12 |
+
class_label:
|
13 |
+
names:
|
14 |
+
'0': Negative
|
15 |
+
'1': Positive
|
16 |
+
'2': Neutral
|
17 |
+
splits:
|
18 |
+
- name: train
|
19 |
+
num_bytes: 421957
|
20 |
+
num_examples: 2000
|
21 |
+
download_size: 220494
|
22 |
+
dataset_size: 421957
|
23 |
+
configs:
|
24 |
+
- config_name: default
|
25 |
+
data_files:
|
26 |
+
- split: train
|
27 |
+
path: data/train-*
|
28 |
+
---
|
data/{train-00000-of-00001-7e477d7097451ba2.parquet → train-00000-of-00001.parquet}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c58b686857c4abd146f900baad1e8a3d74266c6720828b6518b6859ce896089b
|
3 |
+
size 220494
|
dataset_infos.json
CHANGED
@@ -1 +1,108 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"arbml--Syria_Tweet_Sentiment": {
|
3 |
+
"description": "",
|
4 |
+
"citation": "",
|
5 |
+
"homepage": "",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"id": {
|
9 |
+
"dtype": "string",
|
10 |
+
"id": null,
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"Arabic_txt": {
|
14 |
+
"dtype": "string",
|
15 |
+
"id": null,
|
16 |
+
"_type": "Value"
|
17 |
+
},
|
18 |
+
"Ar:man_confidence": {
|
19 |
+
"dtype": "string",
|
20 |
+
"id": null,
|
21 |
+
"_type": "Value"
|
22 |
+
},
|
23 |
+
"label": {
|
24 |
+
"num_classes": 3,
|
25 |
+
"names": [
|
26 |
+
"Negative",
|
27 |
+
"Positive",
|
28 |
+
"Neutral"
|
29 |
+
],
|
30 |
+
"id": null,
|
31 |
+
"_type": "ClassLabel"
|
32 |
+
}
|
33 |
+
},
|
34 |
+
"post_processed": null,
|
35 |
+
"supervised_keys": null,
|
36 |
+
"task_templates": null,
|
37 |
+
"builder_name": "syria_tweet_sentiment",
|
38 |
+
"config_name": "default",
|
39 |
+
"version": {
|
40 |
+
"version_str": "0.0.0",
|
41 |
+
"description": null,
|
42 |
+
"major": 0,
|
43 |
+
"minor": 0,
|
44 |
+
"patch": 0
|
45 |
+
},
|
46 |
+
"splits": {
|
47 |
+
"train": {
|
48 |
+
"name": "train",
|
49 |
+
"num_bytes": 421957,
|
50 |
+
"num_examples": 2000,
|
51 |
+
"dataset_name": "Syria_Tweet_Sentiment"
|
52 |
+
}
|
53 |
+
},
|
54 |
+
"download_checksums": null,
|
55 |
+
"download_size": 217478,
|
56 |
+
"post_processing_size": null,
|
57 |
+
"dataset_size": 421957,
|
58 |
+
"size_in_bytes": 639435
|
59 |
+
},
|
60 |
+
"default": {
|
61 |
+
"description": "",
|
62 |
+
"citation": "",
|
63 |
+
"homepage": "",
|
64 |
+
"license": "",
|
65 |
+
"features": {
|
66 |
+
"id": {
|
67 |
+
"dtype": "string",
|
68 |
+
"_type": "Value"
|
69 |
+
},
|
70 |
+
"Arabic_txt": {
|
71 |
+
"dtype": "string",
|
72 |
+
"_type": "Value"
|
73 |
+
},
|
74 |
+
"Ar:man_confidence": {
|
75 |
+
"dtype": "string",
|
76 |
+
"_type": "Value"
|
77 |
+
},
|
78 |
+
"label": {
|
79 |
+
"names": [
|
80 |
+
"Negative",
|
81 |
+
"Positive",
|
82 |
+
"Neutral"
|
83 |
+
],
|
84 |
+
"_type": "ClassLabel"
|
85 |
+
}
|
86 |
+
},
|
87 |
+
"builder_name": "syria_tweet_sentiment",
|
88 |
+
"dataset_name": "syria_tweet_sentiment",
|
89 |
+
"config_name": "default",
|
90 |
+
"version": {
|
91 |
+
"version_str": "0.0.0",
|
92 |
+
"major": 0,
|
93 |
+
"minor": 0,
|
94 |
+
"patch": 0
|
95 |
+
},
|
96 |
+
"splits": {
|
97 |
+
"train": {
|
98 |
+
"name": "train",
|
99 |
+
"num_bytes": 421957,
|
100 |
+
"num_examples": 2000,
|
101 |
+
"dataset_name": null
|
102 |
+
}
|
103 |
+
},
|
104 |
+
"download_size": 220494,
|
105 |
+
"dataset_size": 421957,
|
106 |
+
"size_in_bytes": 642451
|
107 |
+
}
|
108 |
+
}
|