HuggingFaceM4/FineVision
Viewer • Updated • 24.2M • 145k • 486
How to use Zatteo/Pokerando with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("Zatteo/Pokerando", "model.bin"))Base model
deepseek-ai/DeepSeek-V3.1-Base
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("Zatteo/Pokerando", "model.bin"))