YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)
OCR Model
This is an OCR model trained with PyTorch Lightning.
Files
final_model.pt: Original model filepytorch_model.bin: Same model with HuggingFace naming convention
Usage
import torch
# Load using original filename
model = torch.load("final_model.pt")
# Or using HuggingFace convention
model = torch.load("pytorch_model.bin")
model.eval()
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support