CohereLabs/wikipedia-2023-11-embed-multilingual-v3
Viewer • Updated • 247M • 27.4k • 247
How to use Mrwhitmeyer/Quill with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("Mrwhitmeyer/Quill", "model.bin"))
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("Mrwhitmeyer/Quill", "model.bin"))