Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/migtissera/Synthia-70B-v1.1
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
-
library_name: transformers
|
7 |
license: llama2
|
8 |
-
|
9 |
model_name: Synthia 70B v1.1
|
|
|
|
|
|
|
10 |
model_type: llama
|
11 |
pipeline_tag: text-generation
|
12 |
prompt_template: 'SYSTEM: You are Synthia. As a an AI intelligence, give helpful,
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
|
|
4 |
license: llama2
|
5 |
+
library_name: transformers
|
6 |
model_name: Synthia 70B v1.1
|
7 |
+
base_model: migtissera/Synthia-70B-v1.1
|
8 |
+
inference: false
|
9 |
+
model_creator: Migel Tissera
|
10 |
model_type: llama
|
11 |
pipeline_tag: text-generation
|
12 |
prompt_template: 'SYSTEM: You are Synthia. As a an AI intelligence, give helpful,
|