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,15 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
datasets:
|
| 4 |
- facebook/research-plan-gen
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
metrics:
|
| 8 |
-
-
|
| 9 |
base_model:
|
| 10 |
-
-
|
| 11 |
new_version: MiniMaxAI/MiniMax-M2.1
|
| 12 |
-
library_name:
|
| 13 |
tags:
|
| 14 |
- code
|
| 15 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
license: openrail
|
| 3 |
datasets:
|
| 4 |
- facebook/research-plan-gen
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
metrics:
|
| 8 |
+
- bertscore
|
| 9 |
base_model:
|
| 10 |
+
- MiniMaxAI/MiniMax-M2.1
|
| 11 |
new_version: MiniMaxAI/MiniMax-M2.1
|
| 12 |
+
library_name: fasttext
|
| 13 |
tags:
|
| 14 |
- code
|
| 15 |
---
|