MiniMaxAI/OctoCodingBench
Viewer • Updated • 72 • 493 • 274
How to use kunarmy99/minimaxAI-openRAIL with fastText:
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("kunarmy99/minimaxAI-openRAIL", "model.bin"))Base model
MiniMaxAI/MiniMax-M2.1