shantipriya
commited on
Commit
•
4d36872
1
Parent(s):
fc6f2b7
Update README.md
Browse files
README.md
CHANGED
@@ -21,3 +21,21 @@ configs:
|
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
---
|
24 |
+
|
25 |
+
## About
|
26 |
+
This repo contains a 67K instruction set for Bengali, translated from Alpaca and Dolly.
|
27 |
+
|
28 |
+
## Citation
|
29 |
+
|
30 |
+
If you find this repository useful, please consider giving 👏 and citing:
|
31 |
+
|
32 |
+
```
|
33 |
+
@misc{BengaliAlpacaDolly,
|
34 |
+
author = {Sambit Sekhar and Shantipriya Parida},
|
35 |
+
title = {Bengali Instruction Set Based on Alpaca and Dolly},
|
36 |
+
year = {2023},
|
37 |
+
publisher = {Hugging Face},
|
38 |
+
journal = {Hugging Face repository},
|
39 |
+
howpublished = {\url{https://huggingface.co/OdiaGenAI}},
|
40 |
+
}
|
41 |
+
```
|