Datasets:
update README
Browse files
README.md
CHANGED
|
@@ -12,7 +12,17 @@ configs:
|
|
| 12 |
path: "train.parquet"
|
| 13 |
- split: test
|
| 14 |
path: "test.parquet"
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
-
This is a split version of [databricks/databricks-dolly-15k](https://huggingface.co/datasets/databricks/databricks-dolly-15k).
|
|
|
|
| 12 |
path: "train.parquet"
|
| 13 |
- split: test
|
| 14 |
path: "test.parquet"
|
| 15 |
+
dataset_info:
|
| 16 |
+
config_name: default
|
| 17 |
+
features:
|
| 18 |
+
- name: instruction
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: context
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: response
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: category
|
| 25 |
+
dtype: string
|
| 26 |
---
|
| 27 |
|
| 28 |
+
This is a Non-IID split version of [databricks/databricks-dolly-15k](https://huggingface.co/datasets/databricks/databricks-dolly-15k).
|