adding basic model card, and some presets from the original author
Browse files
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- SanjiWatsuki/Kunoichi-DPO-v2-7B
|
4 |
+
- Epiculous/Fett-uccine-7B
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- mergekit
|
8 |
+
- merge
|
9 |
+
- alpaca
|
10 |
+
- mistral
|
11 |
license: apache-2.0
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
model_creator: Test157t
|
15 |
+
model_name: Kunocchini-7b
|
16 |
+
model_type: mistral
|
17 |
+
prompt_template: '<|im_start|>system
|
18 |
+
|
19 |
+
{system_message}<|im_end|>
|
20 |
+
|
21 |
+
<|im_start|>user
|
22 |
+
|
23 |
+
{prompt}<|im_end|>
|
24 |
+
|
25 |
+
<|im_start|>assistant
|
26 |
+
|
27 |
+
'
|
28 |
+
quantized_by: Suparious
|
29 |
---
|
30 |
+
# Kunocchini-7b - AWQ
|
31 |
+
|
32 |
+
- Model creator: [Test157t](https://huggingface.co/Test157t)
|
33 |
+
- Original model: [Kunocchini-7b](https://huggingface.co/Test157t/Kunocchini-7b)
|
34 |
+
|
35 |
+
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/9obNSalcJqCilQwr_4ssM.jpeg)
|
ST TextGen Preset/Nitral's Smooth Brain Sampling.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"temp": 5,
|
3 |
+
"temperature_last": true,
|
4 |
+
"top_p": 1,
|
5 |
+
"top_k": 0,
|
6 |
+
"top_a": 0,
|
7 |
+
"tfs": 1,
|
8 |
+
"epsilon_cutoff": 0,
|
9 |
+
"eta_cutoff": 0,
|
10 |
+
"typical_p": 1,
|
11 |
+
"min_p": 0.05,
|
12 |
+
"rep_pen": 1,
|
13 |
+
"rep_pen_range": 0,
|
14 |
+
"no_repeat_ngram_size": 0,
|
15 |
+
"penalty_alpha": 0,
|
16 |
+
"num_beams": 1,
|
17 |
+
"length_penalty": 0,
|
18 |
+
"min_length": 0,
|
19 |
+
"encoder_rep_pen": 1,
|
20 |
+
"freq_pen": 0,
|
21 |
+
"presence_pen": 0,
|
22 |
+
"do_sample": true,
|
23 |
+
"early_stopping": false,
|
24 |
+
"dynatemp": false,
|
25 |
+
"min_temp": 1,
|
26 |
+
"max_temp": 5,
|
27 |
+
"dynatemp_exponent": 1,
|
28 |
+
"smoothing_factor": 0.3,
|
29 |
+
"add_bos_token": true,
|
30 |
+
"truncation_length": 2048,
|
31 |
+
"ban_eos_token": false,
|
32 |
+
"skip_special_tokens": true,
|
33 |
+
"streaming": false,
|
34 |
+
"mirostat_mode": 0,
|
35 |
+
"mirostat_tau": 5,
|
36 |
+
"mirostat_eta": 0.1,
|
37 |
+
"guidance_scale": 1,
|
38 |
+
"negative_prompt": "",
|
39 |
+
"grammar_string": "",
|
40 |
+
"banned_tokens": "",
|
41 |
+
"ignore_eos_token_aphrodite": false,
|
42 |
+
"spaces_between_special_tokens_aphrodite": true,
|
43 |
+
"sampler_order": [
|
44 |
+
6,
|
45 |
+
0,
|
46 |
+
1,
|
47 |
+
3,
|
48 |
+
4,
|
49 |
+
2,
|
50 |
+
5
|
51 |
+
],
|
52 |
+
"logit_bias": [],
|
53 |
+
"n": 1,
|
54 |
+
"rep_pen_size": 0,
|
55 |
+
"genamt": 150,
|
56 |
+
"max_length": 8192
|
57 |
+
}
|