Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,12 +1,16 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/OpenLemur/lemur-70b-chat-v1
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
-
library_name: transformers
|
7 |
license: cc-by-nc-4.0
|
8 |
-
|
|
|
|
|
|
|
|
|
9 |
model_name: Lemur 70B Chat v1
|
|
|
|
|
|
|
10 |
model_type: llama
|
11 |
pipeline_tag: text-generation
|
12 |
prompt_template: '<|im_start|>system
|
@@ -21,10 +25,6 @@ prompt_template: '<|im_start|>system
|
|
21 |
|
22 |
'
|
23 |
quantized_by: TheBloke
|
24 |
-
tags:
|
25 |
-
- text-generation
|
26 |
-
- code
|
27 |
-
- text-generation-inference
|
28 |
widget:
|
29 |
- example_title: Lemur favorite fruit
|
30 |
group: Python
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
|
|
4 |
license: cc-by-nc-4.0
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- text-generation
|
8 |
+
- code
|
9 |
+
- text-generation-inference
|
10 |
model_name: Lemur 70B Chat v1
|
11 |
+
base_model: OpenLemur/lemur-70b-chat-v1
|
12 |
+
inference: false
|
13 |
+
model_creator: OpenLemur
|
14 |
model_type: llama
|
15 |
pipeline_tag: text-generation
|
16 |
prompt_template: '<|im_start|>system
|
|
|
25 |
|
26 |
'
|
27 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
28 |
widget:
|
29 |
- example_title: Lemur favorite fruit
|
30 |
group: Python
|