Image-to-Text
Transformers
PyTorch
ONNX
vision-encoder-decoder
image-text-to-text
image-captioning
Eval Results (legacy)
Instructions to use tarekziade/test-push with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tarekziade/test-push with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("image-to-text", model="tarekziade/test-push")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("tarekziade/test-push") model = AutoModelForMultimodalLM.from_pretrained("tarekziade/test-push", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "per_channel": false, | |
| "reduce_range": false, | |
| "per_model_config": { | |
| "decoder_with_past_model": { | |
| "op_types": [ | |
| "Gemm", | |
| "Slice", | |
| "Transpose", | |
| "Constant", | |
| "Range", | |
| "Pow", | |
| "Unsqueeze", | |
| "Where", | |
| "Softmax", | |
| "Concat", | |
| "ReduceMean", | |
| "Sub", | |
| "Split", | |
| "Shape", | |
| "MatMul", | |
| "ConstantOfShape", | |
| "Div", | |
| "Tanh", | |
| "Reshape", | |
| "Squeeze", | |
| "Add", | |
| "Gather", | |
| "Sqrt", | |
| "Mul", | |
| "Cast" | |
| ], | |
| "weight_type": "QInt8" | |
| }, | |
| "decoder_model": { | |
| "op_types": [ | |
| "Gemm", | |
| "Slice", | |
| "Transpose", | |
| "Constant", | |
| "Range", | |
| "Pow", | |
| "Unsqueeze", | |
| "Where", | |
| "Softmax", | |
| "Concat", | |
| "ReduceMean", | |
| "Sub", | |
| "Split", | |
| "Shape", | |
| "MatMul", | |
| "ConstantOfShape", | |
| "Div", | |
| "Tanh", | |
| "Reshape", | |
| "Squeeze", | |
| "Add", | |
| "Gather", | |
| "Sqrt", | |
| "Mul", | |
| "Cast" | |
| ], | |
| "weight_type": "QInt8" | |
| }, | |
| "encoder_model": { | |
| "op_types": [ | |
| "Equal", | |
| "Slice", | |
| "Transpose", | |
| "Constant", | |
| "Pow", | |
| "Unsqueeze", | |
| "Where", | |
| "Softmax", | |
| "Concat", | |
| "ReduceMean", | |
| "Sub", | |
| "Shape", | |
| "MatMul", | |
| "ConstantOfShape", | |
| "Conv", | |
| "Div", | |
| "Erf", | |
| "Reshape", | |
| "Expand", | |
| "Add", | |
| "Gather", | |
| "Sqrt", | |
| "Mul" | |
| ], | |
| "weight_type": "QUInt8" | |
| }, | |
| "decoder_model_merged": { | |
| "op_types": [ | |
| "Gemm", | |
| "Slice", | |
| "Transpose", | |
| "Constant", | |
| "Range", | |
| "If", | |
| "Pow", | |
| "Unsqueeze", | |
| "Where", | |
| "Softmax", | |
| "Concat", | |
| "ReduceMean", | |
| "Sub", | |
| "Split", | |
| "Shape", | |
| "MatMul", | |
| "ConstantOfShape", | |
| "Div", | |
| "Tanh", | |
| "Reshape", | |
| "Squeeze", | |
| "Add", | |
| "Gather", | |
| "Sqrt", | |
| "Mul", | |
| "Cast" | |
| ], | |
| "weight_type": "QInt8" | |
| } | |
| } | |
| } |