Skip to content

Commit

Permalink
fix(config): clean up stale naming convention to CamelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-tow committed Feb 12, 2024
1 parent 36e9070 commit e923955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/auto/configuration_auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@
("speecht5", "SpeechT5"),
("splinter", "Splinter"),
("squeezebert", "SqueezeBERT"),
("stablelm", "StableLM"),
("stablelm", "StableLm"),
("swiftformer", "SwiftFormer"),
("swin", "Swin Transformer"),
("swin2sr", "Swin2SR"),
Expand Down

0 comments on commit e923955

Please sign in to comment.