Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# AURA-Classification
|
2 |
|
3 |
## Dataset Description
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ar
|
4 |
+
tags:
|
5 |
+
- text-classification
|
6 |
+
- arabic
|
7 |
+
- app-reviews
|
8 |
+
- nlp
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: review
|
12 |
+
dtype: string
|
13 |
+
- name: appName
|
14 |
+
dtype: string
|
15 |
+
- name: platform
|
16 |
+
dtype: string
|
17 |
+
- name: label
|
18 |
+
dtype: string
|
19 |
+
splits:
|
20 |
+
- name: train
|
21 |
+
num_examples: 2900
|
22 |
+
license: mit
|
23 |
+
---
|
24 |
+
|
25 |
# AURA-Classification
|
26 |
|
27 |
## Dataset Description
|