Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: ChaoticNeutrals/Poppy_Porpoise-1.4-L3-8B
|
3 |
+
library_name: transformers
|
4 |
+
tags:
|
5 |
+
- mergekit
|
6 |
+
- merge
|
7 |
+
license: other
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
---
|
12 |
+
|
13 |
+
# QuantFactory/Poppy_Porpoise-1.4-L3-8B-GGUF
|
14 |
+
This is quantized version of [ChaoticNeutrals/Poppy_Porpoise-1.4-L3-8B](https://huggingface.co/ChaoticNeutrals/Poppy_Porpoise-1.4-L3-8B) created using llama.cpp
|
15 |
+
|
16 |
+
# Model Description
|
17 |
+
|
18 |
+
"Poppy Porpoise" is a cutting-edge AI roleplay assistant based on the Llama 3 8B model, specializing in crafting unforgettable narrative experiences. With its advanced language capabilities, Poppy expertly immerses users in an interactive and engaging adventure, tailoring each adventure to their individual preferences.
|
19 |
+
|
20 |
+
Note: This variant is an attempt to get something closer to 0.72 while maintaining the improvements of 1.30.
|
21 |
+
|
22 |
+
[Presets in repo folder](https://huggingface.co/Nitral-AI/Poppy_Porpoise-1.0-L3-8B/tree/main/Porpoise_1.0-Presets).
|
23 |
+
|
24 |
+
|
25 |
+
### Configuration
|
26 |
+
|
27 |
+
The following YAML configuration was used to produce this model:
|
28 |
+
|
29 |
+
```yaml
|
30 |
+
slices:
|
31 |
+
- sources:
|
32 |
+
- model: Nitral-AI/Pp-72xra1
|
33 |
+
layer_range: [0, 32]
|
34 |
+
- model: Nitral-AI/Poppy-1.35-Phase1
|
35 |
+
layer_range: [0, 32]
|
36 |
+
merge_method: slerp
|
37 |
+
base_model: Nitral-AI/Pp-72xra1
|
38 |
+
parameters:
|
39 |
+
t:
|
40 |
+
- filter: self_attn
|
41 |
+
value: [0, 0.5, 0.3, 0.7, 1]
|
42 |
+
- filter: mlp
|
43 |
+
value: [1, 0.5, 0.7, 0.3, 0]
|
44 |
+
- value: 0.5
|
45 |
+
dtype: bfloat16
|
46 |
+
```
|