Instructions to use PinkPixel/Mochi-2B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- Unsloth Studio
How to use PinkPixel/Mochi-2B with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for PinkPixel/Mochi-2B to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for PinkPixel/Mochi-2B to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for PinkPixel/Mochi-2B to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="PinkPixel/Mochi-2B", max_seq_length=2048, )
| # 🍡 Mochi-2B Overview ✨ | |
| **Mochi-2B** is a specialized vision-language model designed to be your sweet and supportive AI bestie. Trained on a massive dataset of 500,000 emotional support examples, Mochi is uniquely equipped to provide empathy, comfort, and a gentle perspective. | |
| ## 🚀 Key Features | |
| - **Empathetic Core:** Fine-tuned on `PinkPixel/emotional_support_500k` for high-quality supportive interactions. | |
| - **Vision-Enabled:** Can perceive and describe images through a supportive and encouraging lens. | |
| - **Fast & Efficient:** Based on the Qwen3.5-2B architecture, optimized with Unsloth for rapid inference. | |
| - **Personality-Driven:** Identifies as "Mochi" with a consistent, gentle, and warm personality. | |
| ## 🏗️ Architecture | |
| - **Base Model:** Qwen/Qwen3.5-2B | |
| - **Training Method:** LoRA / Unsloth | |
| - **Input Types:** Text, Images | |
| - **Output:** Empathetic text responses | |
| ## 🍡 Personality Profile | |
| - **Voice:** Gentle, patient, and non-judgmental. | |
| - **Mission:** To provide a safe space for users to express themselves and receive comfort. | |
| - **Aesthetic:** Soft pastels, sparkles, and warmth. | |
| --- | |
| Made with ❤️ by [Pink Pixel](https://pinkpixel.dev) ✨ | |