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