booksouls/goodreads-book-descriptions
Viewer • Updated • 1.02M • 96 • 4
How to use booksouls/fasttext-goodreads-vectors with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("booksouls/fasttext-goodreads-vectors", "model.bin"))