Image-to-Text
Transformers
PyTorch
ONNX
Safetensors
vision-encoder-decoder
image-text-to-text
ocr
image to latex
Instructions to use OleehyO/TexTeller with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OleehyO/TexTeller 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="OleehyO/TexTeller")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("OleehyO/TexTeller") model = AutoModelForMultimodalLM.from_pretrained("OleehyO/TexTeller", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload folder using huggingface_hub b70684d verified
Update README.md 4de83a5 verified
Update README.md df2859a verified
Upload folder using huggingface_hub 1d88761 verified
Upload folder using huggingface_hub 7cf6ce1 verified
Upload folder using huggingface_hub 40913ca verified
Upload ./README_zh.md with huggingface_hub 980d343 verified
Upload ./README_zh.md with huggingface_hub 0212f78 verified
Upload folder using huggingface_hub ae6fc38 verified
Update README.md 4e06f3f verified
Upload README_zh.md with huggingface_hub a894dc7 verified
Update README.md f201eb3 verified
Upload README.md with huggingface_hub e979a21 verified
Upload README_zh.md with huggingface_hub bcf8d58 verified
Upload tokenizer adeedf2 verified
Upload model caccd93 verified
Upload model af30b11 verified
Merge remote-tracking branch 'remotes/origin/main' fe04792
三洋三洋 commited on
Initial commit ae15f74
三洋三洋 commited on