Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- jondurbin/airoboros-gpt4-1.4.1
|
|
|
4 |
inference: false
|
5 |
-
license: llama2
|
6 |
model_creator: Jon Durbin
|
7 |
model_link: https://huggingface.co/jondurbin/airoboros-l2-13b-gpt4-1.4.1
|
8 |
-
model_name: Airoboros Llama 2 13B GPT4 1.4.1
|
9 |
model_type: llama
|
10 |
quantized_by: TheBloke
|
|
|
11 |
---
|
12 |
|
13 |
<!-- header start -->
|
|
|
1 |
---
|
2 |
+
license: llama2
|
3 |
datasets:
|
4 |
- jondurbin/airoboros-gpt4-1.4.1
|
5 |
+
model_name: Airoboros Llama 2 13B GPT4 1.4.1
|
6 |
inference: false
|
|
|
7 |
model_creator: Jon Durbin
|
8 |
model_link: https://huggingface.co/jondurbin/airoboros-l2-13b-gpt4-1.4.1
|
|
|
9 |
model_type: llama
|
10 |
quantized_by: TheBloke
|
11 |
+
base_model: jondurbin/airoboros-l2-13b-gpt4-1.4.1
|
12 |
---
|
13 |
|
14 |
<!-- header start -->
|