HuggingFaceFW/fineweb
Viewer • Updated • 52.5B • 591k • 2.92k
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"))