openai/MMMLU
Viewer • Updated • 393k • 10.5k • 522
How to use DenisSantoro/LEDS_Design_Marketing with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("DenisSantoro/LEDS_Design_Marketing", "model.bin"))Base model
openai/whisper-large-v3
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("DenisSantoro/LEDS_Design_Marketing", "model.bin"))