Text Generation
Transformers
Safetensors
llama
Not-For-All-Audiences
nsfw
text-generation-inference
4-bit precision
gptq
Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/Undi95/Unholy-v1-12L-13B
|
3 |
-
inference: false
|
4 |
license: cc-by-nc-4.0
|
5 |
-
|
|
|
|
|
6 |
model_name: Unholy v1 12L 13B
|
|
|
|
|
|
|
7 |
model_type: llama
|
8 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
9 |
that appropriately completes the request.
|
@@ -18,9 +21,6 @@ prompt_template: 'Below is an instruction that describes a task. Write a respons
|
|
18 |
|
19 |
'
|
20 |
quantized_by: TheBloke
|
21 |
-
tags:
|
22 |
-
- not-for-all-audiences
|
23 |
-
- nsfw
|
24 |
---
|
25 |
|
26 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-4.0
|
3 |
+
tags:
|
4 |
+
- not-for-all-audiences
|
5 |
+
- nsfw
|
6 |
model_name: Unholy v1 12L 13B
|
7 |
+
base_model: Undi95/Unholy-v1-12L-13B
|
8 |
+
inference: false
|
9 |
+
model_creator: Undi95
|
10 |
model_type: llama
|
11 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
12 |
that appropriately completes the request.
|
|
|
21 |
|
22 |
'
|
23 |
quantized_by: TheBloke
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
<!-- header start -->
|