open-thoughts/OpenThoughts-114k
Viewer • Updated • 228k • 113k • 846
How to use Khewa153/GleemanAI with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("Khewa153/GleemanAI", "model.bin"))
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("Khewa153/GleemanAI", "model.bin"))