Upload 2 files
Browse files- .gitattributes +1 -0
- NinjaMouse2-2.5B-v0.2-imatrix.dat +3 -0
- README.md +49 -0
.gitattributes
CHANGED
@@ -40,3 +40,4 @@ NinjaMouse2-2.5B-v0.2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
40 |
NinjaMouse2-2.5B-v0.2-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
NinjaMouse2-2.5B-v0.2-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
NinjaMouse2-2.5B-v0.2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
40 |
NinjaMouse2-2.5B-v0.2-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
NinjaMouse2-2.5B-v0.2-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
NinjaMouse2-2.5B-v0.2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
NinjaMouse2-2.5B-v0.2-imatrix.dat filter=lfs diff=lfs merge=lfs -text
|
NinjaMouse2-2.5B-v0.2-imatrix.dat
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d8c941acbc1cea06c0f2b2098ab97c8815094831ca0072a1b1b893eee280357
|
3 |
+
size 3036867
|
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- teknium/openhermes
|
5 |
+
- trollek/Mouse-Diffusion-Instruct
|
6 |
+
- trollek/CodeMouse
|
7 |
+
- trollek/Panoia-v01
|
8 |
+
- jondurbin/airoboros-3.2
|
9 |
+
- mlabonne/orpo-dpo-mix-40k
|
10 |
+
- Magpie-Align/Magpie-Air-300K-Filtered
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
---
|
14 |
+
|
15 |
+
# NinjaMouse2-v0.2
|
16 |
+
|
17 |
+
A brand spanking new model with a silly name. Brought to you by Anoia, the Goddess of Things That Get Stuck in Drawers, and the psychologial damage of having optic nerves.
|
18 |
+
|
19 |
+
With improved image prompting and assistance.
|
20 |
+
|
21 |
+
### Template
|
22 |
+
|
23 |
+
It uses the default template of danube2:
|
24 |
+
|
25 |
+
```jinja2
|
26 |
+
<|prompt|>{{instruction}}</s><|answer|>{{response}}</s>
|
27 |
+
```
|
28 |
+
|
29 |
+
|
30 |
+
### Image prompting
|
31 |
+
|
32 |
+
And can be used with the Ollama ComfyUI extension:
|
33 |
+
|
34 |
+
[<img src="https://huggingface.co/trollek/NinjaMouse2-2.5B-v0.2/resolve/main/ollama_comfyui.png" width="800px"/>](https://huggingface.co/trollek/NinjaMouse2-2.5B-v0.2/resolve/main/ollama_comfyui.png)
|
35 |
+
|
36 |
+
[<img src="https://huggingface.co/trollek/NinjaMouse2-2.5B-v0.2/resolve/main/tophat_cat.png" width="800px"/>](https://huggingface.co/trollek/NinjaMouse2-2.5B-v0.2/resolve/main/tophat_cat.png)
|
37 |
+
|
38 |
+
|
39 |
+
### Ollama
|
40 |
+
|
41 |
+
```bash
|
42 |
+
ollama pull trollek/ninjamouse2:34l-v02-q6_K
|
43 |
+
ollama pull trollek/ninjamouse2:34l-v02-q5_K_S
|
44 |
+
ollama pull trollek/ninjamouse2:34l-v02-q4_K_S
|
45 |
+
```
|
46 |
+
|
47 |
+
Trying to fine-tune the chat model even further was a mistake, but a valuable one to make. So was the name. The model is delightful though and does quite well, but will be the last Kung Fu Mouse that I make. It does what I wanted the first one to do, and I am kind of proud of this one considering how many failures it took.
|
48 |
+
|
49 |
+
The rodents and I thank you for your support.
|