smolagents

Team
community
Activity Feed

AI & ML interests

None defined yet.

Recent Activity

anditoΒ  updated a bucket about 9 hours ago
smolagents/dev-s2s-dashboard
anditoΒ  updated a bucket about 9 hours ago
smolagents/demo-s2s-dashboard
anditoΒ  updated a Space 5 days ago
smolagents/hf-realtime-voice
View all activity

evalstateΒ 
posted an update 24 days ago
view post
Post
1325
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/

albertvillanovaΒ 
posted an update 29 days ago
view post
Post
3649
πŸŽ‰ KTO is now part of the stable TRL API

As of Promote KTO to stable API, KTOTrainer and KTOConfig have graduated from trl.experimental to the stable trl API. https://github.com/huggingface/trl/pull/6175

This one closes out a long road. Over the past 6+ months, the "Align KTO with DPO" effort landed ~90 PRs methodically bringing KTO up to the standard we hold for stable trainers, one carefully-scoped change at a time:
- Feature parity with DPO: full VLM support (incl. multi-image), sync_ref_model, PEFT + Liger, ZeRO-3 + PEFT dtype fix, pad_to_multiple_of, activation offloading, IterableDataset and dict eval_dataset, remove_unused_columns, and reference-logprob precomputation at init.
- Consistency with DPO: aligned method order and signatures, tokenization, _prepare_dataset, PEFT handling, ref-model preparation for distributed training, and config layout β€” plus a new DataCollatorForKTO and output format. Metrics moved into _compute_loss and simplified to direct averages via the shared _metrics attribute.
- Removing legacy baggage: dropped encoder-decoder support, BOS/EOS handling, null_ref_context, generate_during_eval, model_init, preprocess_logits_for_metrics, model/ref adapter names, and several dead config knobs.
- Coverage: a full test suite mirroring DPO, text collator tests, VLM tests, and slow tests.
- The promotion itself: the experimental β†’ stable move (#6175) and shim cleanup (#6287), handled so downstream users get a clean deprecation path.

Honestly, this has been one of the more complex tasks I've taken on since joining the team, not because any single change was hard, but because it demanded sustained consistency across a ~2,000-line trainer, with every branch, comment, and edge case kept in lockstep with DPO.

Huge thanks to everyone who reviewed along the way (especially @qgallouedec ), the incremental review cadence is exactly what kept this maintainable.

KTO now sits on equal footing with our other flagship trainers. πŸš€
  • 2 replies
Β·
abidlabsΒ 
posted an update about 1 month ago
evalstateΒ 
posted an update 2 months ago
view post
Post
3450
Hugging Face MCP Server v0.3.17
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

SEP-2640 "Skills Over MCP" support added (early access)
  • 3 replies
Β·
victorΒ 
posted an update 2 months ago
view post
Post
3272
Sharing how I built the LongCat-Video-Avatar 1.5 Space (+500k views on X) in one agent session. Gave a coding agent its own AI lab on ZeroGPU, framed the goal, walked away. It designed, deployed, tested against the live API, fixed, shipped.

Full recipe with the copy-paste prompt: https://huggingface.co/blog/victor/building-zerogpu-spaces-autonomously
  • 1 reply
Β·
evalstateΒ 
posted an update 3 months ago
view post
Post
355
Hugging Face MCP Server v0.3.13
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The hf_jobs tool allows mounting of volumes with hf:// URI's and some additional notes about use for data analysis.
evalstateΒ 
posted an update 3 months ago
view post
Post
2230
Hugging Face MCP Server v0.3.12
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The hub_repo_details tool now enables Dataset inspection (view splits, sample rows).
evalstateΒ 
posted an update 3 months ago
view post
Post
323
Hugging Face MCP Server v0.3.10
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reverted mcp bucket in favour of upcoming MCP App integration.
evalstateΒ 
posted an update 3 months ago
view post
Post
997
Hugging Face MCP Server v0.3.9
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Users with a bucket named mcp will get an additional list_files tool that returns the public URL of contained files. This is primarily intended for use with Gradio Spaces that need URLs as inputs.
victorΒ 
posted an update 4 months ago
view post
Post
6238
Want to share my enthusiasm for zai-org/GLM-5.1 here too πŸ”₯

I think we have it: our open source Claude Code = GLM-5.1 + Pi (https://pi.dev/) - Built a Three.js racing game to eval and it's extremely impressive. Thoughts:

- One-shot car physics with real drift mechanics (this is hard)

- My fav part: Awesome at self iterating (with no vision!) created 20+ Bun.WebView debugging tools to drive the car programmatically and read game state. Proved a winding bug with vector math without ever seeing the screen

- 531-line racing AI in a single write: 4 personalities, curvature map, racing lines, tactical drifting. Built telemetry tools to compare player vs AI speed curves and data-tuned parameters

- All assets from scratch: 3D models, procedural textures, sky shader, engine sounds, spatial AI audio!

- Can do hard math: proved road normals pointed DOWN via vector cross products, computed track curvature normalized by arc length to tune AI cornering speed

You are going to hear about this model a lot in the next months - open source let's go - and thanks z-aiπŸš€πŸš€
  • 5 replies
Β·
evalstateΒ 
posted an update 4 months ago
view post
Post
1014
The experimental MCP hub_query tool now supports Paper Searching and Details as well as Daily Papers.
albertvillanovaΒ 
posted an update 5 months ago
view post
Post
3047
πŸš€ TRL v0.29.0 introduces trl-training: an agent-native training skill.

This makes the TRL CLI a structured, agent-readable capability, allowing AI agents to reliably execute training workflows such as:
- Supervised Fine-Tuning (SFT)
- Direct Preference Optimization (DPO)
- Group Relative Policy Optimization (GRPO)

We’re excited to see what the community builds on top of this.

If you’re working on AI agents, alignment research, or scalable RL training infrastructure: give TRL v0.29.0 a try! πŸ€—

The future of ML tooling is agent-native.
πŸ”— https://github.com/huggingface/trl/releases/tag/v0.29.0