[docs] Model contribution (#38995)

improve
This commit is contained in:
Steven Liu
2025-06-26 12:25:14 -07:00
committed by GitHub
parent b372bb5ed1
commit 757c26fb40
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# Modular Transformers
# Contributing a new model to Transformers
Modular Transformers lowers the bar for contributing models and significantly reduces the code required to add a model by allowing imports and inheritance.