HuggingFaceFW/finepdfs
Viewer • Updated • 476M • 63.4k • 872
How to use prelington/Cognito with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("prelington/Cognito", "model.bin"))Base model
google/embeddinggemma-300m
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("prelington/Cognito", "model.bin"))