Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: instruction
|
@@ -21,4 +22,9 @@ dataset_info:
|
|
21 |
---
|
22 |
# Dataset Card for "dolly-15k"
|
23 |
|
|
|
|
|
|
|
|
|
|
|
24 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
1 |
---
|
2 |
+
license: cc-by-3.0
|
3 |
dataset_info:
|
4 |
features:
|
5 |
- name: instruction
|
|
|
22 |
---
|
23 |
# Dataset Card for "dolly-15k"
|
24 |
|
25 |
+
# Summary
|
26 |
+
This is the dataset supplied by Databricks for training Dolly V2. This set is split 99% training / 1% validation, should you want to set aside some records for evaluation purposes.
|
27 |
+
|
28 |
+
## Special thanks to ❤️ Databricks for creating and making this set available.
|
29 |
+
|
30 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|