open-llm-leaderboard-old/details_mistral-community__Mixtral-8x22B-v0.1
Updated • 148 • 3
How to use amirkalateh/Vahl with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("amirkalateh/Vahl", "model.bin"))