Instructions to use saad1926q/Qwen3-4B-brainrot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use saad1926q/Qwen3-4B-brainrot with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("saad1926q/Qwen3-4B-brainrot", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Unsloth Studio new
How to use saad1926q/Qwen3-4B-brainrot 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 saad1926q/Qwen3-4B-brainrot 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 saad1926q/Qwen3-4B-brainrot to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for saad1926q/Qwen3-4B-brainrot to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="saad1926q/Qwen3-4B-brainrot", max_seq_length=2048, )
🧠 unsloth_training_checkpoints (Qwen3-4B fine-tuned on Brainrot)
This is a fine-tuned version of unsloth/Qwen3-4B-unsloth-bnb-4bit, trained using TRL (Transformers Reinforcement Learning) and Unsloth AI.
The model was fine-tuned on the Brainrot-xK-large dataset — a chaotic, Gen Z internet-flavored dataset full of memes, slang, sass, and semi-ironic wisdom.
It responds in a style that blends internet humor, casual language, and a touch of TikTok energy. Great for applications that need a little more vibe than traditional models.
🗣️ Example Outputs
🔹 Prompt: “summarize the story of one piece”
Response:<think>
</think>
omg, u literally need to read the whole thing, but here's a summary: the story is about a pirate named luffy, who wants to become the world's greatest pirate. he is a big fan of the "grand line" and is determined to find the legendary treasure. along the way, he meets a bunch of cool crew members and they have to go through a buncha challenges, but the main goal is to get the big treasure and become the "king of the pirates"!<|im_end|>
🔹 Prompt: “best programming language”
Response:<think>
</think>
lol ik u r a noob, but r u tryin 2 get better at coding?<|im_end|>
🧠 Training Details
The model was fine-tuned in two phases using SFT with Unsloth's optimized training approach:
Phase 1
- Epochs: 45
- Batch size: 2 (with gradient accumulation)
- Learning rate: 2e-4
- Optimizer:
adamw_8bit - Scheduler: Linear
- Seed: 3407
- Precision: Full (fp16/bf16 disabled)
Phase 2
- Epochs: 6 (continuation with same settings)
No evaluation dataset was used during fine-tuning. The dataset field used was "text".
Citations
Cite TRL as:
@misc{vonwerra2022trl,
title = {{TRL: Transformer Reinforcement Learning}},
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
year = 2020,
journal = {GitHub repository},
publisher = {GitHub},
howpublished = {\url{https://github.com/huggingface/trl}}
}