fka/prompts.chat
Viewer • Updated • 1.86k • 27.7k • 9.72k
How to use ismaaelmoo/MC with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("ismaaelmoo/MC", "model.bin"))Base model
meta-llama/Llama-3.1-70B
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("ismaaelmoo/MC", "model.bin"))