Update README_TEMPLATE.md
Browse files- README_TEMPLATE.md +5 -3
README_TEMPLATE.md
CHANGED
@@ -1,18 +1,20 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
language:
|
4 |
- en
|
5 |
tags:
|
6 |
- llm-rs
|
7 |
- ggml
|
8 |
pipeline_tag: text-generation
|
|
|
|
|
9 |
---
|
10 |
|
11 |
-
# GGML converted version of [
|
12 |
|
13 |
## Description
|
14 |
|
15 |
-
|
16 |
|
17 |
|
18 |
## Converted Models
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
language:
|
4 |
- en
|
5 |
tags:
|
6 |
- llm-rs
|
7 |
- ggml
|
8 |
pipeline_tag: text-generation
|
9 |
+
datasets:
|
10 |
+
- databricks/databricks-dolly-15k
|
11 |
---
|
12 |
|
13 |
+
# GGML converted version of [Databricks](https://huggingface.co/databricks) Dolly-V2 models
|
14 |
|
15 |
## Description
|
16 |
|
17 |
+
Dolly is trained on ~15k instruction/response fine tuning records databricks-dolly-15k generated by Databricks employees in capability domains from the InstructGPT paper, including brainstorming, classification, closed QA, generation, information extraction, open QA and summarization.
|
18 |
|
19 |
|
20 |
## Converted Models
|