HuggingFaceFW/fineweb
Viewer • Updated • 52.5B • 921k • 2.8k
How to use aporwal72/mynewtestmodel with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("aporwal72/mynewtestmodel", "model.bin"))