Merge branch 'main' into add-tokenizer-caching

This commit is contained in:
Steven Zheng 2024-12-12 12:20:49 +01:00 committed by GitHub
commit 44633bb437
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,8 @@ class Idefics3VisionConfig(PretrainedConfig):
The epsilon used by the layer normalization layers.
attention_dropout (`float`, *optional*, defaults to 0.0):
The dropout ratio for the attention probabilities.
initializer_range (`<fill_type>`, *optional*, defaults to 0.02): <fill_docstring>
initializer_range (`float`, *optional*, defaults to 0.02):
The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
Example: