Instructions to use kunarmy99/minimaxAI-openRAIL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
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")) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
datasets:
|
| 4 |
-
-
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
metrics:
|
| 8 |
-
-
|
| 9 |
base_model:
|
| 10 |
- MiniMaxAI/MiniMax-M2.1
|
| 11 |
new_version: MiniMaxAI/MiniMax-M2.1
|
|
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
datasets:
|
| 4 |
+
- MiniMaxAI/OctoCodingBench
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
metrics:
|
| 8 |
+
- character
|
| 9 |
base_model:
|
| 10 |
- MiniMaxAI/MiniMax-M2.1
|
| 11 |
new_version: MiniMaxAI/MiniMax-M2.1
|