fka/prompts.chat
Viewer • Updated • 2.08k • 35.1k • 9.77k
How to use ronobirroy5599/Pro with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("ronobirroy5599/Pro", "model.bin"))Base model
openai-community/gpt2