PleIAs/common_corpus
Viewer • Updated • 69.9k • 155k • 400
How to use flxstr/1 with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("flxstr/1", "model.bin"))Base model
Qwen/Qwen2.5-32B
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("flxstr/1", "model.bin"))