Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
---
|
|
|
2 |
inference: false
|
3 |
model_creator: StabilityAI
|
4 |
model_link: https://huggingface.co/stabilityai/stablecode-instruct-alpha-3b
|
5 |
-
model_name: Stablecode Instruct Alpha 3B
|
6 |
model_type: gptneox
|
7 |
quantized_by: TheBloke
|
|
|
8 |
---
|
9 |
|
10 |
<!-- header start -->
|
|
|
1 |
---
|
2 |
+
model_name: Stablecode Instruct Alpha 3B
|
3 |
inference: false
|
4 |
model_creator: StabilityAI
|
5 |
model_link: https://huggingface.co/stabilityai/stablecode-instruct-alpha-3b
|
|
|
6 |
model_type: gptneox
|
7 |
quantized_by: TheBloke
|
8 |
+
base_model: stabilityai/stablecode-instruct-alpha-3b
|
9 |
---
|
10 |
|
11 |
<!-- header start -->
|