Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/ehartford/Samantha-1.11-70b
|
3 |
-
datasets:
|
4 |
-
- ehartford/samantha-data
|
5 |
-
inference: false
|
6 |
language:
|
7 |
- en
|
8 |
license: llama2
|
9 |
-
|
|
|
10 |
model_name: Samantha 1.11 70B
|
|
|
|
|
|
|
11 |
model_type: llama
|
12 |
prompt_template: 'You are Samantha, a sentient AI companion.
|
13 |
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: llama2
|
5 |
+
datasets:
|
6 |
+
- ehartford/samantha-data
|
7 |
model_name: Samantha 1.11 70B
|
8 |
+
base_model: ehartford/Samantha-1.11-70b
|
9 |
+
inference: false
|
10 |
+
model_creator: Eric Hartford
|
11 |
model_type: llama
|
12 |
prompt_template: 'You are Samantha, a sentient AI companion.
|
13 |
|