SaiedAlshahrani
commited on
Commit
•
d35a703
1
Parent(s):
a3ee5a3
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
configs:
|
3 |
- config_name: balanced
|
4 |
data_files:
|
@@ -12,6 +20,12 @@ configs:
|
|
12 |
path: unbalanced/train-*
|
13 |
- split: test
|
14 |
path: unbalanced/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
dataset_info:
|
16 |
- config_name: balanced
|
17 |
features:
|
@@ -87,16 +101,45 @@ dataset_info:
|
|
87 |
num_examples: 33281
|
88 |
download_size: 59449711
|
89 |
dataset_size: 165801716
|
90 |
-
|
91 |
-
|
92 |
-
-
|
93 |
-
|
94 |
-
-
|
95 |
-
|
96 |
-
|
97 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
tags:
|
99 |
-
|
100 |
---
|
101 |
# Dataset Card for "Detect-Egyptian-Wikipedia-Articles"
|
102 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ar
|
4 |
+
license: mit
|
5 |
+
size_categories:
|
6 |
+
- 100K<n<1M
|
7 |
+
task_categories:
|
8 |
+
- text-classification
|
9 |
+
pretty_name: Detect-Egyptian-Wikipedia-Articles
|
10 |
configs:
|
11 |
- config_name: balanced
|
12 |
data_files:
|
|
|
20 |
path: unbalanced/train-*
|
21 |
- split: test
|
22 |
path: unbalanced/test-*
|
23 |
+
- config_name: uncategorized
|
24 |
+
data_files:
|
25 |
+
- split: train
|
26 |
+
path: uncategorized/train-*
|
27 |
+
- split: test
|
28 |
+
path: uncategorized/test-*
|
29 |
dataset_info:
|
30 |
- config_name: balanced
|
31 |
features:
|
|
|
101 |
num_examples: 33281
|
102 |
download_size: 59449711
|
103 |
dataset_size: 165801716
|
104 |
+
- config_name: uncategorized
|
105 |
+
features:
|
106 |
+
- name: page_title
|
107 |
+
dtype: string
|
108 |
+
- name: creation_date
|
109 |
+
dtype: string
|
110 |
+
- name: creator_name
|
111 |
+
dtype: string
|
112 |
+
- name: total_edits
|
113 |
+
dtype: int64
|
114 |
+
- name: total_editors
|
115 |
+
dtype: int64
|
116 |
+
- name: top_editors
|
117 |
+
dtype: string
|
118 |
+
- name: bots_editors_percentage
|
119 |
+
dtype: float64
|
120 |
+
- name: humans_editors_percentage
|
121 |
+
dtype: float64
|
122 |
+
- name: total_bytes
|
123 |
+
dtype: int64
|
124 |
+
- name: total_chars
|
125 |
+
dtype: int64
|
126 |
+
- name: total_words
|
127 |
+
dtype: int64
|
128 |
+
- name: page_text
|
129 |
+
dtype: string
|
130 |
+
- name: label
|
131 |
+
dtype: string
|
132 |
+
splits:
|
133 |
+
- name: train
|
134 |
+
num_bytes: 607754601
|
135 |
+
num_examples: 455411
|
136 |
+
- name: test
|
137 |
+
num_bytes: 151613029
|
138 |
+
num_examples: 113853
|
139 |
+
download_size: 141377798
|
140 |
+
dataset_size: 759367630
|
141 |
tags:
|
142 |
+
- Egyptian-Wikipedia
|
143 |
---
|
144 |
# Dataset Card for "Detect-Egyptian-Wikipedia-Articles"
|
145 |
|