LLukas22 commited on
Commit
171c961
1 Parent(s): 9d4e33c

Update README_TEMPLATE.md

Browse files
Files changed (1) hide show
  1. README_TEMPLATE.md +5 -3
README_TEMPLATE.md CHANGED
@@ -1,18 +1,20 @@
1
  ---
2
- license: cc-by-sa-4.0
3
  language:
4
  - en
5
  tags:
6
  - llm-rs
7
  - ggml
8
  pipeline_tag: text-generation
 
 
9
  ---
10
 
11
- # GGML converted version of [StabilityAI](https://huggingface.co/stabilityai)'s StableLM models
12
 
13
  ## Description
14
 
15
- `StableLM-Base-Alpha` is a suite of 3B and 7B parameter decoder-only language models pre-trained on a diverse collection of English and Code datasets with a sequence length of 4096 to push beyond the context window limitations of existing open-source language models.
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