🚀 DansXPantheon-RP-Engine-V1.2-24b-Small-Instruct-Ties-Merge
DansXPantheon-RP-Engine-V1.2-24b-Small-Instruct-Ties-Merge是一个经过优化的模型,它修复了EOS令牌问题,实现了更好的合并效果,减少了冗余输出,甚至还能使用表情符号,为角色扮演和故事创作等场景带来了更丰富的体验。
✨ 主要特性
- 修复了EOS令牌问题。
- 更好的合并效果,减少冗余输出。
- 不知为何能够使用表情符号,有点像Gemma - 3,虽然不清楚原理,但有时很可爱。
📚 详细文档
设置
"temperature": 0.8,
"top_k": 40,
"top_p": 0.95,
"min_p": 0.05,
"repeat_last_n": 40,
"repeat_penalty": 1.2,
在Ollama上运行
这些是非imatrix版本。我稍后会发布imatrix版本。
GGUF 3位Q3_K_M版本,约需27GB的显存/内存:
ollama run hf.co/h34v7/DansXPantheon-RP-Engine-V1.2-24b-Small-Instruct-Ties-Merge-GGUF:Q3_K_M
GGUF 4位Q4_K_M版本,约需30GB的显存/内存:
ollama run hf.co/h34v7/DansXPantheon-RP-Engine-V1.2-24b-Small-Instruct-Ties-Merge-GGUF:Q4_K_M
GGUF 5位Q5_K_M版本,约需33GB的显存/内存:
ollama run hf.co/h34v7/DansXPantheon-RP-Engine-V1.2-24b-Small-Instruct-Ties-Merge-GGUF:Q5_K_M
输出示例
使用GGUF Q5 - K - M默认的Ollama设置。FP - 16版本在此。
User: hi
Assistance: Hello! It's nice to meet you. How are you doing today? üòä
User: alright tell me some joke
Assistance: Sure, here's a lighthearted joke for you:
What do you call a fake noodle?
An impasta! üçùü§™
Hope that made you chuckle. If you'd like another one or need any other assistance, just let me know!
User: Give me 5 non-formal ways to say 'See you later' in French.
Assistance: Certainly! Here are five casual ways to say "see you later" in French:
1. À plus tard - This is a very common and informal way to bid farewell.
2. Salut à plus - A more relaxed version that combines "hello/goodbye" (salut) with "see you later."
3. Ciao à plus - Using the Italian "ciao" gives it an even more casual feel.
4. Bisous à plus tard - This one adds a friendly touch by including "kisses" before saying see you later.
5. À la prochaine - Literally means "until next time," but is often used casually as well.
Remember that French people generally use "tu" (informal) with friends and family, while "vous" is more formal for strangers or in professional settings. These phrases work best when using the informal "tu." üá´üá∑‚ú®
🔧 技术细节
合并详情
此模型是使用mergekit对预训练语言模型进行合并得到的。
合并方法
该模型使用TIES合并方法,以Gryphe/Pantheon - RP - 1.8 - 24b - Small - 3.1为基础进行合并。
合并的模型
合并中包含以下模型:
配置
以下是用于生成此模型的YAML配置:
models:
- model: Gryphe/Pantheon-RP-1.8-24b-Small-3.1
parameters:
density: 0.7
weight: 0.7
- model: PocketDoc/Dans-PersonalityEngine-V1.2.0-24b
parameters:
density: 0.5
weight: 0.5
merge_method: ties
base_model: Gryphe/Pantheon-RP-1.8-24b-Small-3.1
parameters:
normalize: false
int8_mask: true
dtype: float16
tokenizer:
source: union
我的系统配置
Motherboard: Asus Maximus Z790
CPU: Intel i9-13900KS
RAM: 96 GB 6400mhz
GPU: RTX-4090 OC 24GB
信息表格
属性 |
详情 |
基础模型 |
Gryphe/Pantheon - RP - 1.8 - 24b - Small - 3.1、PocketDoc/Dans - PersonalityEngine - V1.2.0 - 24b |
库名称 |
transformers |
标签 |
mergekit、merge、roleplay、storywriting |