Instructions to use SreyesUH/Tune_maira_PromptTesting with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SreyesUH/Tune_maira_PromptTesting with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SreyesUH/Tune_maira_PromptTesting", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 327 Bytes
77e1e27 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"box_end_token": "</box>",
"box_start_token": "<box>",
"image_token": "<image>",
"num_additional_image_tokens": 1,
"num_box_coord_bins": 100,
"patch_size": 14,
"phrase_end_token": "</obj>",
"phrase_start_token": "<obj>",
"processor_class": "Maira2Processor",
"vision_feature_select_strategy": "default"
}
|