Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -529,7 +529,12 @@ else:
|
|
| 529 |
|
| 530 |
### Transformers
|
| 531 |
|
| 532 |
-
You can also use Ministral 3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 533 |
|
| 534 |
To make the best use of our model with `Transformers` make sure to have [installed](https://github.com/mistralai/mistral-common) `mistral-common >= 1.8.6` to use our tokenizer.
|
| 535 |
|
|
|
|
| 529 |
|
| 530 |
### Transformers
|
| 531 |
|
| 532 |
+
You can also use Ministral 3 3B Reasoning 2512 with `Transformers` !
|
| 533 |
+
Make sure to install `Transformers` from its first v5 release candidate or from "main":
|
| 534 |
+
|
| 535 |
+
```
|
| 536 |
+
pip install transformers==5.0.0rc0
|
| 537 |
+
```
|
| 538 |
|
| 539 |
To make the best use of our model with `Transformers` make sure to have [installed](https://github.com/mistralai/mistral-common) `mistral-common >= 1.8.6` to use our tokenizer.
|
| 540 |
|