Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/garage-bAInd/Platypus2-13B
|
3 |
-
datasets:
|
4 |
-
- garage-bAInd/Open-Platypus
|
5 |
-
inference: false
|
6 |
language:
|
7 |
- en
|
8 |
license: cc-by-nc-sa-4.0
|
9 |
-
|
|
|
10 |
model_name: Platypus2
|
|
|
|
|
|
|
11 |
model_type: llama
|
12 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
13 |
that appropriately completes the request.
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: cc-by-nc-sa-4.0
|
5 |
+
datasets:
|
6 |
+
- garage-bAInd/Open-Platypus
|
7 |
model_name: Platypus2
|
8 |
+
base_model: garage-bAInd/Platypus2-13B
|
9 |
+
inference: false
|
10 |
+
model_creator: garage-bAInd
|
11 |
model_type: llama
|
12 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
13 |
that appropriately completes the request.
|