File size: 871 Bytes
fc6f2b7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4d36872
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: instruction
    dtype: string
  - name: input
    dtype: string
  - name: id
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 116369973
    num_examples: 67017
  download_size: 44110061
  dataset_size: 116369973
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

## About
This repo contains a 67K instruction set for Bengali, translated from Alpaca and Dolly.

## Citation

If you find this repository useful, please consider giving 👏 and citing:

```
@misc{BengaliAlpacaDolly,
  author = {Sambit Sekhar and Shantipriya Parida},
  title = {Bengali Instruction Set Based on Alpaca and Dolly},
  year = {2023},
  publisher = {Hugging Face},
  journal = {Hugging Face repository},
  howpublished = {\url{https://huggingface.co/OdiaGenAI}},
}
```