File size: 1,496 Bytes
5a640cd
 
dc1ca1f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e0ace9a
 
 
 
 
 
 
5ee5885
 
 
 
 
 
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
42
43
44
45
---
license: apache-2.0
dataset_info:
  features:
  - name: inputs
    dtype: string
  - name: targets
    dtype: string
  - name: language
    dtype: string
  - name: language_code
    dtype: string
  - name: annotation_type
    dtype: string
  - name: user_id
    dtype: string
  splits:
  - name: train
    num_bytes: 11918662
    num_examples: 6633
  - name: test
    num_bytes: 308222
    num_examples: 250
  download_size: 4492541
  dataset_size: 12226884
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
task_categories:
- question-answering
language:
- bn
pretty_name: (Subset of) Aya dataset translated to Bengali
size_categories:
- 1K<n<10K
---


`aya_dataset_ben_translated` is a subset of the [aya_dataset](https://huggingface.co/datasets/CohereForAI/aya_dataset), with some modifications. In particular, the original data points in Bengali (indicated by the `language` or `language_code` columns) are retained. In addition, the English and Hindi data points are translated into Bengali using Google Cloud Translation API. All columns from the original dataset are retained.

A handful of inaccuracies arising out of translation have been fixed so far. Therefore, the dataset can be a bit noisy. This is particularly true for coding related questions and answers. Moreover, some non-Bengali characters can be found in the text. In addition, potential duplicates from the original dataset are retained as well.