FreedomIntelligence/medical-o1-reasoning-SFT
Viewer • Updated • 90.1k • 10k • 1.13k
How to use osergondev/Test with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("osergondev/Test", "model.bin"))Base model
sesame/csm-1b
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("osergondev/Test", "model.bin"))