FreedomIntelligence/medical-o1-reasoning-SFT
Viewer • Updated • 90.1k • 6.51k • 1.1k
How to use Einsbern/EinsbernAI with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("Einsbern/EinsbernAI", "model.bin"))