Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add PaliGemma model types for 448*448 images.
  • Loading branch information
ufownl committed Dec 23, 2024
1 parent 53cf99e commit 987cbe2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,11 @@ Available options:
-- 27b-it (Gemma2 27B parameters, instruction-tuned),
-- 27b-pt (Gemma2 27B parameters, pretrained),
-- paligemma-224 (PaliGemma 224*224),
-- paligemma-448 (PaliGemma 448*448),
-- paligemma2-3b-224 (PaliGemma2 3B 224*224),
-- paligemma2-3b-448 (PaliGemma2 3B 448*448),
-- paligemma2-10b-224 (PaliGemma2 10B 224*224),
-- paligemma2-10b-448 (PaliGemma2 10B 448*448),
-- (required)
weights = "/path/to/2.0-2b-it-sfp.sbs", -- Path of model weights file. (required)
weight_type = "sfp", -- Weight type:
Expand Down

0 comments on commit 987cbe2

Please sign in to comment.