Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,16 +1,18 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/lilloukas/Platypus-30B
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
license: other
|
|
|
|
|
7 |
metrics:
|
8 |
- MMLU
|
9 |
- ARC
|
10 |
- HellaSwag
|
11 |
- TruthfulQA
|
12 |
-
model_creator: lilloukas
|
13 |
model_name: Platypus 30B
|
|
|
|
|
|
|
14 |
model_type: llama
|
15 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
16 |
that appropriately completes the request.
|
@@ -25,8 +27,6 @@ prompt_template: 'Below is an instruction that describes a task. Write a respons
|
|
25 |
|
26 |
'
|
27 |
quantized_by: TheBloke
|
28 |
-
tags:
|
29 |
-
- llama
|
30 |
---
|
31 |
|
32 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: other
|
5 |
+
tags:
|
6 |
+
- llama
|
7 |
metrics:
|
8 |
- MMLU
|
9 |
- ARC
|
10 |
- HellaSwag
|
11 |
- TruthfulQA
|
|
|
12 |
model_name: Platypus 30B
|
13 |
+
base_model: lilloukas/Platypus-30B
|
14 |
+
inference: false
|
15 |
+
model_creator: lilloukas
|
16 |
model_type: llama
|
17 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
18 |
that appropriately completes the request.
|
|
|
27 |
|
28 |
'
|
29 |
quantized_by: TheBloke
|
|
|
|
|
30 |
---
|
31 |
|
32 |
<!-- header start -->
|