Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
12f1a3bb
Unverified
Commit
12f1a3bb
authored
Apr 05, 2023
by
Matt
Committed by
GitHub
Apr 05, 2023
Browse files
Fix a typo in one of the BLIP pretrained checkpoint names (#22588)
Fixes a typo in one of the BLIP pretrained checkpoint names
parent
d5239bab
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/transformers/models/blip/modeling_blip.py
src/transformers/models/blip/modeling_blip.py
+3
-3
src/transformers/models/blip/modeling_tf_blip.py
src/transformers/models/blip/modeling_tf_blip.py
+3
-3
No files found.
src/transformers/models/blip/modeling_blip.py
View file @
12f1a3bb
...
...
@@ -42,13 +42,13 @@ _CHECKPOINT_FOR_DOC = "Salesforce/blip-vqa-base"
BLIP_PRETRAINED_MODEL_ARCHIVE_LIST
=
[
"Salesforce/blip-vqa-base"
,
"Salesforce/blip-vqa-capfit-large"
,
"Salesforce/blip-vqa-capfi
l
t-large"
,
"Salesforce/blip-image-captioning-base"
,
"Salesforce/blip-image-captioning-large"
,
"Salesforce/blip-itm-base-coco"
,
"Salesforce/blip-itm-large-coco"
,
"Salesforce/blip-itm-base-flikr"
,
"Salesforce/blip-itm-large-flikr"
,
"Salesforce/blip-itm-base-fli
c
kr"
,
"Salesforce/blip-itm-large-fli
c
kr"
,
# See all BLIP models at https://huggingface.co/models?filter=blip
]
...
...
src/transformers/models/blip/modeling_tf_blip.py
View file @
12f1a3bb
...
...
@@ -47,13 +47,13 @@ _CHECKPOINT_FOR_DOC = "Salesforce/blip-vqa-base"
TF_BLIP_PRETRAINED_MODEL_ARCHIVE_LIST
=
[
"Salesforce/blip-vqa-base"
,
"Salesforce/blip-vqa-capfit-large"
,
"Salesforce/blip-vqa-capfi
l
t-large"
,
"Salesforce/blip-image-captioning-base"
,
"Salesforce/blip-image-captioning-large"
,
"Salesforce/blip-itm-base-coco"
,
"Salesforce/blip-itm-large-coco"
,
"Salesforce/blip-itm-base-flikr"
,
"Salesforce/blip-itm-large-flikr"
,
"Salesforce/blip-itm-base-fli
c
kr"
,
"Salesforce/blip-itm-large-fli
c
kr"
,
# See all BLIP models at https://huggingface.co/models?filter=blip
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment