File size: 733 Bytes
51e9db5 4716d5f 51e9db5 4716d5f |
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 |
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: instruction
dtype: string
- name: context
dtype: string
- name: response
dtype: string
- name: category
dtype: string
splits:
- name: train
num_bytes: 30106504
num_examples: 15011
download_size: 11723675
dataset_size: 30106504
language:
- hi
size_categories:
- 10K<n<100K
---
# Dataset Card for "databricks-dolly-15k-hi"
This dataset was created by splitting data in [dolly-15k](https://huggingface.co/datasets/databricks/databricks-dolly-15k) dataset into sentences and then translating them using [NLLB-200-3.3B](https://huggingface.co/facebook/nllb-200-3.3B) model. |