microsoft/rStar-Coder
Viewer • Updated • 1.86M • 46.2k • 245
How to use harin001/Ilayda with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("harin001/Ilayda", "model.bin"))Base model
openai/gpt-oss-120b
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("harin001/Ilayda", "model.bin"))