llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)Nanonets-OCR-s
A powerful, state-of-the-art image-to-markdown OCR model that goes far beyond traditional text extraction
Author
Quantization
Quantized by gabriellarson
License
Apache 2.0
Hosted by deAPI-ai for use with GamerHash AI
- Downloads last month
- 15
Hardware compatibility
Log In to add your hardware
We're not able to determine the quantization variants.
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="deAPI-ai/nanonets-ocr-s-f16", filename="", )