Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- ehartford/wizard_vicuna_70k_unfiltered
|
|
|
4 |
inference: false
|
5 |
-
license: other
|
6 |
model_creator: George Sung
|
7 |
model_link: https://huggingface.co/georgesung/llama2_7b_chat_uncensored
|
8 |
-
model_name: Llama2 7B Chat Uncensored
|
9 |
model_type: llama
|
10 |
quantized_by: TheBloke
|
|
|
11 |
---
|
12 |
|
13 |
<!-- header start -->
|
|
|
1 |
---
|
2 |
+
license: other
|
3 |
datasets:
|
4 |
- ehartford/wizard_vicuna_70k_unfiltered
|
5 |
+
model_name: Llama2 7B Chat Uncensored
|
6 |
inference: false
|
|
|
7 |
model_creator: George Sung
|
8 |
model_link: https://huggingface.co/georgesung/llama2_7b_chat_uncensored
|
|
|
9 |
model_type: llama
|
10 |
quantized_by: TheBloke
|
11 |
+
base_model: georgesung/llama2_7b_chat_uncensored
|
12 |
---
|
13 |
|
14 |
<!-- header start -->
|