Commit ·
daa04b0
1
Parent(s): 5ffd059
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,22 @@ dataset_info:
|
|
| 11 |
num_examples: 373184
|
| 12 |
download_size: 144707378
|
| 13 |
dataset_size: 332929649
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
# Dataset Card for "flan_translated_300k"
|
| 16 |
|
| 17 |
-
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
num_examples: 373184
|
| 12 |
download_size: 144707378
|
| 13 |
dataset_size: 332929649
|
| 14 |
+
license: mit
|
| 15 |
+
task_categories:
|
| 16 |
+
- question-answering
|
| 17 |
+
language:
|
| 18 |
+
- ru
|
| 19 |
---
|
| 20 |
# Dataset Card for "flan_translated_300k"
|
| 21 |
|
| 22 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 23 |
+
|
| 24 |
+
# Citation
|
| 25 |
+
```
|
| 26 |
+
@MISC{AlexWortega/flan_translated_300k,
|
| 27 |
+
author = {Pavel Ilin, Ksenia Zolian,Ilya kuleshov, Egor Kokush, Aleksandr Nikolich},
|
| 28 |
+
title = {Russian Flan translated},
|
| 29 |
+
url = {https://huggingface.co/datasets/AlexWortega/flan_translated_300k},
|
| 30 |
+
year = 2023
|
| 31 |
+
}
|
| 32 |
+
```
|