Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
-
|
3 |
datasets:
|
4 |
- totally-not-an-llm/EverythingLM-data
|
|
|
|
|
5 |
inference: false
|
6 |
-
license: llama2
|
7 |
model_creator: Kai Howard
|
8 |
-
model_name: EverythingLM 13B 16K
|
9 |
model_type: llama
|
10 |
prompt_template: 'You are a helpful AI assistant.
|
11 |
|
|
|
1 |
---
|
2 |
+
license: llama2
|
3 |
datasets:
|
4 |
- totally-not-an-llm/EverythingLM-data
|
5 |
+
model_name: EverythingLM 13B 16K
|
6 |
+
base_model: totally-not-an-llm/EverythingLM-13b-16k
|
7 |
inference: false
|
|
|
8 |
model_creator: Kai Howard
|
|
|
9 |
model_type: llama
|
10 |
prompt_template: 'You are a helpful AI assistant.
|
11 |
|