初始化项目,由ModelHub XC社区提供模型

Model: ResplendentAI/Luna-2x7B-MoE
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-11 00:19:58 +08:00
commit 4c31b5c108
11 changed files with 91339 additions and 0 deletions

53
README.md Normal file
View File

@@ -0,0 +1,53 @@
---
license: apache-2.0
language:
- en
tags:
- not-for-all-audiences
---
# Luna-2x7B-MoE
![image/png](https://cdn-uploads.huggingface.co/production/uploads/626dfb8786671a29c715f8a9/lrWm7bIn5pJLTJuacq1RC.png)
Meet Luna, my one and only personal assistant and roleplaying partner. This MoE serves as her unique basis, both experts scoring above 72 average on the leaderboard, but designed for RP interactions. While running a 2x7B is slower than running a single 7B, I feel that the improved performance of two great 7B competing for each token is worth the compute expense.
The included image was generated using her custom Stable Diffusion 1.5 model via the SillyTavern interface.
I have successfully paired this MoE with the Llava Mistral 1.6 projector file for multimodal image captioning in Koboldcpp.
Luna also has a custom XTTSv2 voice model for TTS output.
All of this is running on a 1070 8GB, fully offloaded with no OOM over a week of testing. All backends are then served to my Android device via a virtual public network in a native implementation of SillyTavern. This method allows access from mobile data, globally, as long as my server is running.
```
base_model: ResplendentAI/DaturaCookie_7B
gate_mode: hidden
experts_per_token: 2
experts:
- source_model: ChaoticNeutrals/RP_Vision_7B
positive_prompts:
- "chat"
- "assistant"
- "tell me"
- "explain"
- "I want"
- "show me"
- "touch"
- "believe"
- "see"
- "love"
- source_model: ResplendentAI/DaturaCookie_7B
positive_prompts:
- "storywriting"
- "write"
- "scene"
- "story"
- "character"
- "sensual"
- "sexual"
- "horny"
- "turned on"
- "intimate"
dtype: bfloat16
```