Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- ehartford/dolphin
|
5 |
- shahules786/orca-chat
|
6 |
- togethercomputer/RedPajama-Data-1T
|
7 |
- atom-in-the-universe/fanfics-10k-50k
|
|
|
|
|
8 |
inference: false
|
9 |
-
language:
|
10 |
-
- en
|
11 |
-
license: other
|
12 |
model_creator: OpenAssistant
|
13 |
-
model_name: Llama2 13B Orca 8K 3319
|
14 |
model_type: llama
|
15 |
pipeline_tag: text-generation
|
16 |
prompt_template: '<|system|>{system_message}</s><|prompter|>{prompt}</s><|assistant|>
|
17 |
|
18 |
'
|
19 |
quantized_by: TheBloke
|
20 |
-
tags:
|
21 |
-
- sft
|
22 |
widget:
|
23 |
- text: <|system|>You are an AI assistant. You will be given a task. You must generate
|
24 |
a detailed and long answer.</s><|prompter|>What is a meme, and what's the history
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: other
|
5 |
+
tags:
|
6 |
+
- sft
|
7 |
datasets:
|
8 |
- ehartford/dolphin
|
9 |
- shahules786/orca-chat
|
10 |
- togethercomputer/RedPajama-Data-1T
|
11 |
- atom-in-the-universe/fanfics-10k-50k
|
12 |
+
model_name: Llama2 13B Orca 8K 3319
|
13 |
+
base_model: OpenAssistant/llama2-13b-orca-8k-3319
|
14 |
inference: false
|
|
|
|
|
|
|
15 |
model_creator: OpenAssistant
|
|
|
16 |
model_type: llama
|
17 |
pipeline_tag: text-generation
|
18 |
prompt_template: '<|system|>{system_message}</s><|prompter|>{prompt}</s><|assistant|>
|
19 |
|
20 |
'
|
21 |
quantized_by: TheBloke
|
|
|
|
|
22 |
widget:
|
23 |
- text: <|system|>You are an AI assistant. You will be given a task. You must generate
|
24 |
a detailed and long answer.</s><|prompter|>What is a meme, and what's the history
|