Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,18 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- unsloth/Mistral-Nemo-Base-2407-bnb-4bit
|
4 |
+
library_name: transformers
|
5 |
+
tags:
|
6 |
+
- unsloth
|
7 |
+
license: apache-2.0
|
8 |
+
---
|
9 |
+
|
10 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6569a4ed2419be6072890cf8/T_ITjuaHakgamjwuElcAs.png)
|
11 |
+
|
12 |
+
# Luca-MN-bf16
|
13 |
+
|
14 |
+
This thing was just intended as an experiment but it turned out quite good. I had it both name and prompt imagegen for itself.
|
15 |
+
|
16 |
+
## Prompting
|
17 |
+
|
18 |
+
Use the `Mistral V3-Tekken` context- and instruct-templates. Temperature at about `1.25` seems to be the sweet spot, with either MinP at `0.05` or TopP at `0.9`. DRY/Smoothing etc depending on your preference.
|