gg-hf-g

community
Activity Feed

AI & ML interests

None defined yet.

danielhanchenย 
posted an update 5 days ago
danielhanchenย 
posted an update 14 days ago
danielhanchenย 
posted an update 18 days ago
danielhanchenย 
posted an update 21 days ago
view post
Post
2709
A new way to use Unsloth.

Coming soon...
danielhanchenย 
posted an update 27 days ago
view post
Post
907
You donโ€™t need to set LLM parameters anymore! ๐Ÿš€

llama.cpp uses only the context length + compute your local setup needs. Unsloth also auto-applies the correct model settings

Try in Unsloth Studio - now with precompiled llama.cpp binaries.

GitHub: https://github.com/unslothai/unsloth
  • 2 replies
ยท
danielhanchenย 
posted an update about 1 month ago
view post
Post
3382
Introducing Unsloth Studio โœจ
A new open-source web UI to train and run LLMs.

โ€ข Run models locally on Mac, Windows, Linux
โ€ข Train 500+ models 2x faster with 70% less VRAM
โ€ข Supports GGUF, vision, audio, embedding models
โ€ข Auto-create datasets from PDF, CSV, DOCX
โ€ข Self-healing tool calling and code execution
โ€ข Compare models side by side + export to GGUF

GitHub: https://github.com/unslothai/unsloth
Blog and Guide: https://unsloth.ai/docs/new/studio

Available now on Hugging Face, NVIDIA, Docker and Colab.
danielhanchenย 
posted an update about 1 month ago
view post
Post
3915
We collaborated with NVIDIA to teach you about Reinforcement Learning and RL environments. ๐Ÿ’š Learn:

โ€ข Why RL environments matter + how to build them
โ€ข When RL is better than SFT
โ€ข GRPO and RL best practices
โ€ข How verifiable rewards and RLVR work

Blog: https://unsloth.ai/blog/rl-environments
  • 4 replies
ยท
danielhanchenย 
posted an update about 2 months ago
view post
Post
3451
100,000+ models trained with Unsloth have now been open-sourced on ๐Ÿค—Hugging Face! ๐Ÿฆฅ

Here are the most popular ones you can run local:
1. TeichAI - GLM-4.7-Flash distilled from Claude 4.5 Opus (high)
2. Zed - Qwen Coder 7B fine-tuned for stronger coding
3. DavidAU - Llama-3.3-8B distilled from Claude 4.5 Opus (high)
4. huihui - gpt-oss made โ€œabliberatedโ€

Links to models:
1. TeichAI: TeichAI/GLM-4.7-Flash-Claude-Opus-4.5-High-Reasoning-Distill-GGUF
2. Zed: zed-industries/zeta
3. DavidAU: DavidAU/Llama3.3-8B-Instruct-Thinking-Claude-4.5-Opus-High-Reasoning
4. huihui: huihui-ai/Huihui-gpt-oss-20b-BF16-abliterated

See all the 100K latest models fine-tuned with Unsloth here: https://huggingface.co/models?other=u
  • 2 replies
ยท
danielhanchenย 
posted an update 2 months ago
danielhanchenย 
posted an update 2 months ago
view post
Post
5216
We collaborated with Hugging Face to enable you to train MoE models 12ร— faster with 35% less VRAM via our new Triton kernels (no accuracy loss). ๐Ÿค—

Train gpt-oss locally on 12.8GB VRAM with our free notebooks: https://unsloth.ai/docs/new/faster-moe
  • 1 reply
ยท
danielhanchenย 
posted an update 3 months ago
view post
Post
3501
You can now run Kimi K2.5 locally! ๐Ÿ”ฅ

We shrank the 1T model to 240GB (-60%) via Dynamic 1-bit.
Get >40 tok/s on 242GB or 622GB VRAM/RAM for near full precision.

GGUF: unsloth/Kimi-K2.5-GGUF

Guide: https://unsloth.ai/docs/models/kimi-k2.5
  • 7 replies
ยท
danielhanchenย 
posted an update 3 months ago
view post
Post
2644
You can now fine-tune embedding models in our free Unsloth notebook! ๐Ÿค—

Fine-tuning embedding models improves retrieval & RAG by aligning vectors to your domain-specific notion of similarity, improving search, clustering, and recommendations on your data.

โญ Blog + Notebooks: https://unsloth.ai/docs/new/embedding-finetuning

Unsloth trains embedding models 1.8-3.3x faster with 20% less VRAM, 2x longer context & no accuracy loss vs. FA2 setups.

We'd like to thank Hugging Face and Unsloth contributor: electroglyph for making this possible!
  • 3 replies
ยท
danielhanchenย 
posted an update 3 months ago
danielhanchenย 
posted an update 3 months ago
view post
Post
2893
You can now do reinforcement learning training with 7ร— longer context and no accuracy loss, via our new batching algorithms.

Long reasoning chains in RL are costly, but now we enable you to train gpt-oss with GRPO & reach 380K context on a 192GB GPU.

Blog: https://unsloth.ai/docs/new/grpo-long-context