Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- arb
|
5 |
+
multilinguality:
|
6 |
+
- monolingual
|
7 |
+
size_categories:
|
8 |
+
- 5k<n<10k
|
9 |
+
source_datasets:
|
10 |
+
- CohereForAI/aya_dataset
|
11 |
+
task_categories:
|
12 |
+
- other
|
13 |
+
task_ids: []
|
14 |
+
pretty_name: Arabic Aya Dataset
|
15 |
+
dataset_info:
|
16 |
+
- config_name: default
|
17 |
+
features:
|
18 |
+
- name: inputs
|
19 |
+
dtype: string
|
20 |
+
- name: targets
|
21 |
+
dtype: string
|
22 |
+
- name: language
|
23 |
+
dtype: string
|
24 |
+
- name: annotation_type
|
25 |
+
dtype: string
|
26 |
+
splits:
|
27 |
+
- name: test
|
28 |
+
num_examples: 250
|
29 |
+
- name: train
|
30 |
+
num_examples: 4995
|
31 |
+
configs:
|
32 |
+
- config_name: default
|
33 |
+
data_files:
|
34 |
+
- split: train
|
35 |
+
path: data/train-*
|
36 |
+
- split: test
|
37 |
+
path: data/test-*
|
38 |
+
tags: []
|
39 |
+
---
|
40 |
+
|