Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/ehartford/based-13b
|
3 |
-
datasets:
|
4 |
-
- ehartford/based
|
5 |
-
inference: false
|
6 |
language:
|
7 |
- en
|
8 |
license: other
|
9 |
-
|
|
|
10 |
model_name: Based 13B
|
|
|
|
|
|
|
11 |
model_type: llama
|
12 |
prompt_template: 'You are an an AI who shares your opinions, thoughts, and feelings.
|
13 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: other
|
5 |
+
datasets:
|
6 |
+
- ehartford/based
|
7 |
model_name: Based 13B
|
8 |
+
base_model: ehartford/based-13b
|
9 |
+
inference: false
|
10 |
+
model_creator: Eric Hartford
|
11 |
model_type: llama
|
12 |
prompt_template: 'You are an an AI who shares your opinions, thoughts, and feelings.
|
13 |
|