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 file
  • pytorch_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()
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support