all things vision LMs
community
AI & ML interests
None defined yet.
Recent Activity
View all activity
sergiopaniegoย
posted
an
update
about 16 hours ago
sergiopaniegoย
posted
an
update
3 days ago
Post
1906
๐ last talk of the year about open AI and HF today at Universidad Rey Juan Carlos for undergrad students
always a pleasure to be back at my alma mater
๐ slides: https://github.com/sergiopaniego/talks
always a pleasure to be back at my alma mater
๐ slides: https://github.com/sergiopaniego/talks
sergiopaniegoย
posted
an
update
4 days ago
Post
1543
TRL now includes agent training support for GRPOโผ๏ธ
Train ๐ต๏ธ agents with ๐ง tools, enabling interaction with external functions and APIs.
And of course, a new notebook and scripts to get you up to speed
๐ notebook tutorial: https://github.com/huggingface/trl/blob/main/examples/notebooks/grpo_agent.ipynb
๐ script examples: https://github.com/huggingface/trl/blob/main/examples/scripts/grpo_agent.py
๐ฆ TRL v0.26.0 release: https://github.com/huggingface/trl/releases/tag/v0.26.0
Train ๐ต๏ธ agents with ๐ง tools, enabling interaction with external functions and APIs.
And of course, a new notebook and scripts to get you up to speed
๐ notebook tutorial: https://github.com/huggingface/trl/blob/main/examples/notebooks/grpo_agent.ipynb
๐ script examples: https://github.com/huggingface/trl/blob/main/examples/scripts/grpo_agent.py
๐ฆ TRL v0.26.0 release: https://github.com/huggingface/trl/releases/tag/v0.26.0
sergiopaniegoย
posted
an
update
5 days ago
Post
2747
ICYMI, you can fine-tune open LLMs using Claude Code
just tell it:
โFine-tune Qwen3-0.6B on open-r1/codeforces-cotsโ
and Claude submits a real training job on HF GPUs using TRL.
it handles everything:
> dataset validation
> GPU selection
> training + Trackio monitoring
> job submission + cost estimation
when itโs done, your model is on the Hub, ready to use
read more about the process: https://huggingface.co/blog/hf-skills-training
just tell it:
โFine-tune Qwen3-0.6B on open-r1/codeforces-cotsโ
and Claude submits a real training job on HF GPUs using TRL.
it handles everything:
> dataset validation
> GPU selection
> training + Trackio monitoring
> job submission + cost estimation
when itโs done, your model is on the Hub, ready to use
read more about the process: https://huggingface.co/blog/hf-skills-training
sergiopaniegoย
posted
an
update
6 days ago
sergiopaniegoย
posted
an
update
7 days ago
Post
2860
NEW:
@EssentialAI
just released Rnj-1, their first 8B model.
You can easily fine-tune it with GRPO using TRL to add reasoning capabilities to a compact mode
Free Colab link: https://colab.research.google.com/github/huggingface/trl/blob/main/examples/notebooks/grpo_rnj_1_instruct.ipynb
More free TRL notebooks: https://huggingface.co/docs/trl/main/en/example_overview#notebooks
You can easily fine-tune it with GRPO using TRL to add reasoning capabilities to a compact mode
Free Colab link: https://colab.research.google.com/github/huggingface/trl/blob/main/examples/notebooks/grpo_rnj_1_instruct.ipynb
More free TRL notebooks: https://huggingface.co/docs/trl/main/en/example_overview#notebooks
sergiopaniegoย
posted
an
update
11 days ago
Post
2810
Want to get started with fine-tuning but donโt know where to begin? ๐คโ๏ธ
Weโre expanding our collection of beginner-friendly free Colab notebooks so you can learn and fine-tune models using TRL at no cost
๐ฌ Check out the full list of free notebooks: https://huggingface.co/docs/trl/main/en/example_overview#notebooks
๐ฌ If you want more advanced content, we also have a lot to cover in the community tutorials: https://huggingface.co/docs/trl/community_tutorials
And now the obvious question: what would you like us to add next?
Weโre expanding our collection of beginner-friendly free Colab notebooks so you can learn and fine-tune models using TRL at no cost
๐ฌ Check out the full list of free notebooks: https://huggingface.co/docs/trl/main/en/example_overview#notebooks
๐ฌ If you want more advanced content, we also have a lot to cover in the community tutorials: https://huggingface.co/docs/trl/community_tutorials
And now the obvious question: what would you like us to add next?
sergiopaniegoย
posted
an
update
12 days ago
Post
2343
NEW:
@mistralai
released a fantastic family of multimodal models, Ministral 3.
You can fine-tune them for free on Colab using TRL โก๏ธ, supporting both SFT and GRPO
Link to the notebooks:
- SFT: https://colab.research.google.com/github/huggingface/trl/blob/main/examples/notebooks/sft_ministral3_vl.ipynb
- GRPO: https://colab.research.google.com/github/huggingface/trl/blob/main/examples/notebooks/grpo_ministral3_vl.ipynb
- TRL and more examples: https://huggingface.co/docs/trl/index
You can fine-tune them for free on Colab using TRL โก๏ธ, supporting both SFT and GRPO
Link to the notebooks:
- SFT: https://colab.research.google.com/github/huggingface/trl/blob/main/examples/notebooks/sft_ministral3_vl.ipynb
- GRPO: https://colab.research.google.com/github/huggingface/trl/blob/main/examples/notebooks/grpo_ministral3_vl.ipynb
- TRL and more examples: https://huggingface.co/docs/trl/index
sergiopaniegoย
posted
an
update
14 days ago
Post
2169
ICYMI, transformers v5 is out!
Grab a coffee โ and go read the announcement blog https://huggingface.co/blog/transformers-v5
Grab a coffee โ and go read the announcement blog https://huggingface.co/blog/transformers-v5
sergiopaniegoย
posted
an
update
15 days ago
Post
3099
want to use open models easily through an API?
Inference Providers might be exactly what youโre looking for sooo hereโs a complete beginner-friendly walkthrough ๐ง
https://www.youtube.com/watch?v=oxwsizy1Spw
Inference Providers might be exactly what youโre looking for sooo hereโs a complete beginner-friendly walkthrough ๐ง
https://www.youtube.com/watch?v=oxwsizy1Spw
sergiopaniegoย
posted
an
update
18 days ago
Post
1747
nanochat is now in transformers!
The LLM by @karpathy is officially in the library, and we wrote a blog covering: how did we port the model, differences from the original, and how to run or train it.
go read it ๐ค
nanochat-students/transformers
The LLM by @karpathy is officially in the library, and we wrote a blog covering: how did we port the model, differences from the original, and how to run or train it.
go read it ๐ค
nanochat-students/transformers
sergiopaniegoย
posted
an
update
20 days ago
Post
3963
you gotta go fast and go read the latest blog by
@ror
et al. explaining Continuous Batching in depth
https://huggingface.co/blog/continuous_batching
https://huggingface.co/blog/continuous_batching
sergiopaniegoย
posted
an
update
22 days ago
Post
1720
Interested in RL training environments?
We just released a beginner-friendly walkthrough notebook!
Train a model to play Wordle using TRL + OpenEnv (TextArena) + GRPO + vLLM.
happy learning! ๐ฑ
Notebook: https://github.com/huggingface/trl/blob/main/examples/notebooks/openenv_wordle_grpo.ipynb
OpenEnv guide in TRL: https://huggingface.co/docs/trl/main/en/openenv
We just released a beginner-friendly walkthrough notebook!
Train a model to play Wordle using TRL + OpenEnv (TextArena) + GRPO + vLLM.
happy learning! ๐ฑ
Notebook: https://github.com/huggingface/trl/blob/main/examples/notebooks/openenv_wordle_grpo.ipynb
OpenEnv guide in TRL: https://huggingface.co/docs/trl/main/en/openenv
sergiopaniegoย
posted
an
update
26 days ago
Post
332
Ya estรก disponible el vรญdeo de la charla del otro dรญa en
@nerdearla
sobre IA abierta, por si querรฉis verla! ๐ค
https://www.youtube.com/watch?v=p-JLn4xAkMw
https://www.youtube.com/watch?v=p-JLn4xAkMw
sergiopaniegoย
posted
an
update
26 days ago
Post
2586
we've just added several example scripts to TRL showing how to train models with GRPO using some of the new OpenEnv environments
train a model to interact with a browser (๐ฎ BrowserGym Env), play Wordle (๐ฎ Wordle Env) and moooore!
TRL (GRPO + vLLM) + OpenEnv! โก๏ธ
๐ go play with them: https://github.com/huggingface/trl/tree/main/examples/scripts/openenv
๐ examples list: https://huggingface.co/docs/trl/main/en/example_overview#scripts
train a model to interact with a browser (๐ฎ BrowserGym Env), play Wordle (๐ฎ Wordle Env) and moooore!
TRL (GRPO + vLLM) + OpenEnv! โก๏ธ
๐ go play with them: https://github.com/huggingface/trl/tree/main/examples/scripts/openenv
๐ examples list: https://huggingface.co/docs/trl/main/en/example_overview#scripts
sergiopaniegoย
posted
an
update
28 days ago
sergiopaniegoย
posted
an
update
about 1 month ago
Post
5376
fine-tuning a 14B model with TRL + SFT on a free Colab (T4 GPU)?
thanks to the latest TRL optimizations, you actually can!
sharing a new notebook showing how to do it ๐
colab: https://colab.research.google.com/github/huggingface/trl/blob/main/examples/notebooks/sft_trl_lora_qlora.ipynb
notebooks in TRL: https://github.com/huggingface/trl/tree/main/examples/notebooks
thanks to the latest TRL optimizations, you actually can!
sharing a new notebook showing how to do it ๐
colab: https://colab.research.google.com/github/huggingface/trl/blob/main/examples/notebooks/sft_trl_lora_qlora.ipynb
notebooks in TRL: https://github.com/huggingface/trl/tree/main/examples/notebooks
sergiopaniegoย
posted
an
update
about 1 month ago
Post
451
Gave a smol ๐ค intro to Agents using smolagents last Monday!
Sharing the slides in case you're curious. They serve as a gentle first step into the Agents Course we developed at @huggingface ๐ซถ๐ซถ
Course: https://huggingface.co/learn/agents-course/unit0/introduction
Workshop material: https://github.com/sergiopaniego/talks/tree/main/intro_to_agents
Sharing the slides in case you're curious. They serve as a gentle first step into the Agents Course we developed at @huggingface ๐ซถ๐ซถ
Course: https://huggingface.co/learn/agents-course/unit0/introduction
Workshop material: https://github.com/sergiopaniego/talks/tree/main/intro_to_agents
sergiopaniegoย
posted
an
update
about 2 months ago
Post
3137
Sharing the slides from yesterday's talk about "Fine Tuning with TRL" from the
@TogetherAgent
x
@huggingface
workshop we hosted in our Paris office ๐!
Link: https://github.com/sergiopaniego/talks/blob/main/fine_tuning_with_trl/Fine%20tuning%20with%20TRL%20(Oct%2025).pdf
Link: https://github.com/sergiopaniego/talks/blob/main/fine_tuning_with_trl/Fine%20tuning%20with%20TRL%20(Oct%2025).pdf
sergiopaniegoย
posted
an
update
about 2 months ago