Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
---
|
2 |
-
inference: false
|
3 |
language:
|
4 |
- en
|
5 |
-
library_name: transformers
|
6 |
license: llama2
|
|
|
|
|
|
|
7 |
model_creator: Migel Tissera
|
8 |
model_link: https://huggingface.co/migtissera/Synthia-70B-v1.1
|
9 |
-
model_name: Synthia 70B v1.1
|
10 |
model_type: llama
|
11 |
pipeline_tag: text-generation
|
12 |
quantized_by: TheBloke
|
|
|
13 |
---
|
14 |
|
15 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
|
|
4 |
license: llama2
|
5 |
+
library_name: transformers
|
6 |
+
model_name: Synthia 70B v1.1
|
7 |
+
inference: false
|
8 |
model_creator: Migel Tissera
|
9 |
model_link: https://huggingface.co/migtissera/Synthia-70B-v1.1
|
|
|
10 |
model_type: llama
|
11 |
pipeline_tag: text-generation
|
12 |
quantized_by: TheBloke
|
13 |
+
base_model: migtissera/Synthia-70B-v1.1
|
14 |
---
|
15 |
|
16 |
<!-- header start -->
|