Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ydli-ai committed Jan 29, 2024
1 parent 294315f commit f929ae0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion models/clip/base-16_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"encoder": "transformer",
"mask": "fully_visible",
"remove_embedding_layernorm": false,
"layernorm_positioning": "pre",
"layernorm_positioning": "post",
"pooling": "first"
},

Expand Down
2 changes: 1 addition & 1 deletion models/clip/base-32_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"encoder": "transformer",
"mask": "fully_visible",
"remove_embedding_layernorm": false,
"layernorm_positioning": "pre",
"layernorm_positioning": "post",
"pooling": "first"
},

Expand Down
2 changes: 1 addition & 1 deletion models/clip/large-14_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"encoder": "transformer",
"mask": "fully_visible",
"remove_embedding_layernorm": false,
"layernorm_positioning": "pre",
"layernorm_positioning": "post",
"pooling": "first"
},

Expand Down

0 comments on commit f929ae0

Please sign in to comment.