AI & ML interests

The AI community building the future.

Recent Activity

tarekziade  updated a bucket about 8 hours ago
huggingface/transformers-ci-telemetry
alvarobartt  updated a dataset about 8 hours ago
huggingface/DEH-image-scan-data
sayakpaul  updated a dataset 1 day ago
huggingface/diffusers-metadata
View all activity

Articles

dacorvo 
updated a bucket 1 day ago
evalstate 
posted an update 8 days ago
view post
Post
1231
Hugging Face MCP Server v0.3.29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Included "papers" in the new hf_fs tool. Includes listing of trending/daily.

This is a new tool under observation - disable the "Paper Semantic Search" tool for best results.

hf://papers/
├── README.md
├── daily/
│   ├── latest
│   └── YYYY/
│       └── MM/
│           └── DD/
├── trending/
└── ARXIV_ID/
    ├── metadata.json
    ├── paper.md
    ├── models/
    ├── datasets/
    └── spaces/

sergiopaniego 
posted an update 11 days ago
view post
Post
7623
Frontier models use distillation as a step of their post-training pipelines.

In 2026 it has three jobs: compress a big model into a small one, merge RL experts into a single model, and let a model teach itself.

I wrote up which frontier models use each one and how: https://huggingface.co/blog/sergiopaniego/distillation-2026

It pairs with Class 2 of the Training an Agent series Ben and I are doing, where we teach these techniques hands-on with TRL!
  • 3 replies
·
jeffboudier 
posted an update 16 days ago
danieldk 
posted an update 19 days ago
view post
Post
148
We have recently added Torch Stable ABI support to kernels and kernel-builder. This allows kernel developers to target a particular Torch version and the kernel will be supported on that Torch version and later Torch versions (up to ~2 years).

This makes it much easier to write kernels with long-term support and not just the last two Torch releases.

We have also started rolling out Stable ABI support to kernels in kernels-community, starting with Flash Attention 3, supporting Torch 2.9 and later as well as CUDA versions starting at 12.6:

https://huggingface.co/kernels/kernels-community/flash-attn3/tree/v1/build
  • 1 reply
·