a-m-team/AM-DeepSeek-R1-Distilled-1.4M
Preview • Updated • 2.11k • 180
How to use moha55goo/Veeb with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("moha55goo/Veeb", "model.bin"))Base model
deepseek-ai/DeepSeek-V3-0324
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("moha55goo/Veeb", "model.bin"))