Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- totally-not-an-llm/EverythingLM-data
|
|
|
4 |
inference: false
|
5 |
-
license: llama2
|
6 |
model_creator: Kai Howard
|
7 |
model_link: https://huggingface.co/totally-not-an-llm/EverythingLM-13b-16k
|
8 |
-
model_name: EverythingLM 13B 16K
|
9 |
model_type: llama
|
10 |
quantized_by: TheBloke
|
|
|
11 |
---
|
12 |
|
13 |
<!-- header start -->
|
|
|
1 |
---
|
2 |
+
license: llama2
|
3 |
datasets:
|
4 |
- totally-not-an-llm/EverythingLM-data
|
5 |
+
model_name: EverythingLM 13B 16K
|
6 |
inference: false
|
|
|
7 |
model_creator: Kai Howard
|
8 |
model_link: https://huggingface.co/totally-not-an-llm/EverythingLM-13b-16k
|
|
|
9 |
model_type: llama
|
10 |
quantized_by: TheBloke
|
11 |
+
base_model: totally-not-an-llm/EverythingLM-13b-16k
|
12 |
---
|
13 |
|
14 |
<!-- header start -->
|