Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
---
|
2 |
-
inference: false
|
3 |
language:
|
4 |
- en
|
5 |
-
library_name: transformers
|
6 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
model_creator: OpenLemur
|
8 |
model_link: https://huggingface.co/OpenLemur/lemur-70b-chat-v1
|
9 |
-
model_name: Lemur 70B Chat v1
|
10 |
model_type: llama
|
11 |
pipeline_tag: text-generation
|
12 |
quantized_by: TheBloke
|
13 |
-
tags:
|
14 |
-
- text-generation
|
15 |
-
- code
|
16 |
-
- text-generation-inference
|
17 |
widget:
|
18 |
- example_title: Lemur favorite fruit
|
19 |
group: Python
|
@@ -22,6 +22,7 @@ widget:
|
|
22 |
group: Python
|
23 |
text: Write a Python function to merge two sorted lists into one sorted list without
|
24 |
using any built-in sort functions.
|
|
|
25 |
---
|
26 |
|
27 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
|
|
4 |
license: llama2
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- text-generation
|
8 |
+
- code
|
9 |
+
- text-generation-inference
|
10 |
+
model_name: Lemur 70B Chat v1
|
11 |
+
inference: false
|
12 |
model_creator: OpenLemur
|
13 |
model_link: https://huggingface.co/OpenLemur/lemur-70b-chat-v1
|
|
|
14 |
model_type: llama
|
15 |
pipeline_tag: text-generation
|
16 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
17 |
widget:
|
18 |
- example_title: Lemur favorite fruit
|
19 |
group: Python
|
|
|
22 |
group: Python
|
23 |
text: Write a Python function to merge two sorted lists into one sorted list without
|
24 |
using any built-in sort functions.
|
25 |
+
base_model: OpenLemur/lemur-70b-chat-v1
|
26 |
---
|
27 |
|
28 |
<!-- header start -->
|