fka/prompts.chat
Viewer • Updated • 1.85k • 28.4k • 9.71k
How to use roahan/steam1 with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("roahan/steam1", "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("roahan/steam1", "model.bin"))