InferenceIllusionist
commited on
Commit
•
719ee81
1
Parent(s):
d0bcdda
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: text-generation
|
4 |
-
base_model: Qwen/Qwen2.5-Coder-
|
5 |
tags:
|
6 |
- visualizations
|
7 |
- MilkDrop
|
@@ -49,7 +49,7 @@ In terms of context length, we would recommend the default maximum (32,768). We
|
|
49 |
|
50 |
Also make sure to max out your output length to prevent the model from stopping short and having to manually ‘continue’ the response.
|
51 |
|
52 |
-
After you've generated a MilkDrop preset, copy-and-paste it into a text file, and then save it using the `.milk` file format. Move the `.milk` file into the presets folder of your Milkdrop app. We recommend using the NestDrop Classic app, which is freely available. (Make sure to close and reopen NestDrop to see your newly added presets.)
|
53 |
|
54 |
|
55 |
## Text Prompt Template
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: text-generation
|
4 |
+
base_model: Qwen/Qwen2.5-Coder-7B-Instruct
|
5 |
tags:
|
6 |
- visualizations
|
7 |
- MilkDrop
|
|
|
49 |
|
50 |
Also make sure to max out your output length to prevent the model from stopping short and having to manually ‘continue’ the response.
|
51 |
|
52 |
+
After you've generated a MilkDrop preset, copy-and-paste it into a text file, and then save it using the `.milk` file format. Move the `.milk` file into the presets folder of your Milkdrop app. We recommend using the [NestDrop Classic app](https://nestimmersion.ca/nestdrop.php), which is freely available. (Make sure to close and reopen NestDrop to see your newly added presets.)
|
53 |
|
54 |
|
55 |
## Text Prompt Template
|