linxy/LaTeX_OCR
Viewer • Updated • 269k • 1.4k • 174
How to use andrew2009/axi0n with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("andrew2009/axi0n", "model.bin"))Base model
HuggingFaceTB/SmolLM3-3B-Base