HuggingFaceTB/finemath
Viewer • Updated • 48.3M • 37.7k • 364
How to use Larisa25/SQ with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("Larisa25/SQ", "model.bin"))Base model
black-forest-labs/FLUX.1-schnell
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("Larisa25/SQ", "model.bin"))