Image-to-Text
Transformers
ONNX
vision-encoder-decoder
image-text-to-text
latex-ocr
math-ocr
math-formula-recognition
mfr
pix2text
p2t
Instructions to use kinghtwo/pix2text-mfr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kinghtwo/pix2text-mfr 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="kinghtwo/pix2text-mfr")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("kinghtwo/pix2text-mfr") model = AutoModelForMultimodalLM.from_pretrained("kinghtwo/pix2text-mfr") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 664a70cd46d1d24efa1e5d90d01182ddfd530a187d779ca5c0be01839941da9f
- Size of remote file:
- 30.1 MB
- SHA256:
- fd0f92d7a012f3dae41e1ac79421aea0ea888b5a66cb3f9a004e424f82f3daed
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.