openai/gdpval
Viewer • Updated • 220 • 142k • 529
How to use prelington/OrcaleSeek with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("prelington/OrcaleSeek", "model.bin"))Base model
google/embeddinggemma-300m
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("prelington/OrcaleSeek", "model.bin"))