HuggingFaceFW/fineweb
Viewer • Updated • 52.5B • 1.02M • 2.82k
How to use bilguunagii/medical_model with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("bilguunagii/medical_model", "model.bin"))