MiniMaxAI/OctoCodingBench
Viewer • Updated • 72 • 493 • 274
How to use Menoviar28/menov62 with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("Menoviar28/menov62", "model.bin"))Base model
zai-org/GLM-4.7-Flash