AI & ML interests

State-of-the-art Machine Learning for real-world robotics

Recent Activity

qgallouedec  submitted a paper 7 days ago
INTELLECT-3: Technical Report
jadechoghari  updated a dataset 9 days ago
lerobot/libero
pepijn223  updated a Space 14 days ago
lerobot/visualize_dataset
View all activity

Update README.md

1
#2 opened 24 days ago by
2toINF
Molbap 
posted an update 3 months ago
view post
Post
3292
🚀 New blog: Maintain the unmaintainable – 1M+ Python LOC, 400+ models

How do you stop a million-line library built by thousands of contributors from collapsing under its own weight?
At 🤗 Transformers, we do it with explicit software-engineering tenets, principles that make the codebase hackable at scale.

🔍 Inside the post:
– One Model, One File: readability first — you can still open a modeling file and see the full logic, top to bottom.
– Modular Transformers: visible inheritance that cuts maintenance cost by ~15× while keeping models readable.
– Config-Driven Performance: FlashAttention, tensor parallelism, and attention scheduling are config-level features, not rewrites.

Written with @lysandre ,@pcuenq and @yonigozlan , this is a deep dive into how Transformers stays fast, open, and maintainable.

Read it here → transformers-community/Transformers-tenets