gg-hf-em

community
Activity Feed

AI & ML interests

None defined yet.

danielhanchenย 
posted an update 2 days ago
danielhanchenย 
posted an update 16 days ago
tomaarsenย 
posted an update about 1 month ago
view post
Post
4026
๐Ÿšจ I've just published Sentence Transformers v6.0, introducing MultiVectorEncoder: ColBERT-style late interaction models are now a fourth model type, for training, inference, and interpretation, alongside the dense, sparse, and reranker models! Details:

Where a regular embedding model compresses a whole text into one vector, a multi-vector model keeps one vector per token and scores query against document with the MaxSim operator. That preserves token-level matching information that a single vector has to average away. It is also the state of the art for visual document retrieval, where a text query is matched against page images directly, charts and tables included, with no OCR step in between.

Any PyLate, Stanford ColBERT, or ColPali checkpoint loads straight into the same familiar API: model.encode_query(), model.encode_document(), and model.similarity() just work, whether the documents are texts or page images.

Does it help? LightOn trained LateOn (multi-vector) and DenseOn (dense) on the same data with the same 149M ModernBERT backbone, and the multi-vector model wins on 9 of the 13 NanoBEIR datasets: 0.6868 vs 0.6764 mean NDCG@10. The price is a bigger index, and the new HierarchicalTokenPooling module halves it at roughly no retrieval cost.

Antoine Chaffin, Raphaรซl Sourty, and I wrote a blog post walking through multi-vector models in practice: loading the various checkpoint formats, encoding and scoring, plugging them into a search stack, running them on page images, and keeping the index affordable. Check it out if you want to get started, or just point your Agent to the URL: https://huggingface.co/blog/multi-vector-encoder

pip install sentence-transformers==6.0.0

Release notes: https://github.com/huggingface/sentence-transformers/releases/tag/v6.0.0
danielhanchenย 
posted an update about 1 month ago
view post
Post
5907
Introducing Unsloth Desktop ๐Ÿฆฅ
The first desktop app to run and train models locally.

โ€ข Open-source. Runs on Mac, Windows and Linux
โ€ข Supports MLX, diffusion image/video, audio, GGUF
โ€ข Connect Claude Code and Codex to local LLMs
โ€ข 50% more accurate, self-healing tool calls + sandboxed code exec
โ€ข Works for CPU + multiGPU setups - NVIDIA, AMD, Intel, Mac
โ€ข Train models 2ร— faster with 70% less VRAM
โ€ข Private web search, deep research, RAG, MCP and exports (NVFP4, GGUF)
โ€ข Use Unslothโ€™s OpenAI-compatible API and cloud models
โ€ข Securely deploy LLMs remotely and access anywhere

Unsloth Desktop is now available on http://unsloth.ai
and GitHub.

GitHub: https://github.com/unslothai/unsloth
Blog and Guide: https://unsloth.ai/docs/desktop
  • 6 replies
ยท
danielhanchenย 
posted an update about 2 months ago
danielhanchenย 
posted an update about 2 months ago
view post
Post
2396
We compared 1-bit Kimi K3 to Claude Opus 5 and GPT 5.6. ๐Ÿคฏ

We gave 4 models the same prompt: Create a glass aquarium whose side panel develops a visible crack and then bursts...

1-bit Kimi K3 GGUF ran locally on 4x B200s at 36 tok/s.

GGUF: unsloth/Kimi-K3-GGUF
GitHub repo: https://github.com/unslothai/unsloth
  • 1 reply
ยท
danielhanchenย 
posted an update about 2 months ago
view post
Post
4750
Kimi K3 can now be run locally! โœจ

The 1-bit model retains ~78.9% accuracy after we shrunk it from 1.56TB to 594GB (-62% size).

Run on a Mac Studio connected with 128GB RAM device. Kimi K3 is the strongest open model to date.

GGUF: unsloth/Kimi-K3-GGUF
Guide: https://unsloth.ai/docs/models/kimi-k3
  • 5 replies
ยท
danielhanchenย 
posted an update 2 months ago
view post
Post
5331
Introducing Unsloth for AMD ๐Ÿš€
You can now train & run LLMs on your AMD hardware

โ€ข We collaborated with AMD to enable you to train & run 500+ models on AMD GPUs
โ€ข Works on Windows, WSL, Linux
โ€ข Train Qwen, Gemma on just 3GB VRAM

GitHub: https://github.com/unslothai/unsloth
Blog + Guide: https://unsloth.ai/docs/basics/amd
  • 3 replies
ยท
danielhanchenย 
posted an update 2 months ago
danielhanchenย 
posted an update 2 months ago
danielhanchenย 
posted an update 3 months ago
danielhanchenย 
posted an update 3 months ago
danielhanchenย 
posted an update 3 months ago
view post
Post
3459
1-bit GLM-5.2 GGUF vs. Claude 4.8 Opus vs. GPT-5.5

We gave 3 models the same prompt and compared one-shot outputs.

The 1-bit GLM-5.2 GGUF ran locally on a Mac Studio M3 Ultra with 256GB RAM at ~21.6 tok/s.

Which output do you like best?
GGUF: unsloth/GLM-5.2-GGUF
  • 3 replies
ยท
danielhanchenย 
posted an update 3 months ago
danielhanchenย 
posted an update 4 months ago