Instructions to use anyforge/anyparse-models-hub with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anyforge/anyparse-models-hub 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="anyforge/anyparse-models-hub")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("anyforge/anyparse-models-hub", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 240 Bytes
224e867 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"data_format": "channels_first",
"do_rescale": true,
"do_resize": true,
"image_processor_type": "UVDocImageProcessor",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 712,
"width": 488
}
} |