Instructions to use jeduardogruiz/Mixtral_ether with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use jeduardogruiz/Mixtral_ether with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("fill-in-model-name") model.load_adapter("jeduardogruiz/Mixtral_ether", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -34,6 +34,9 @@ tags:
|
|
| 34 |
|
| 35 |
### Tokenization with `mistral-common`
|
| 36 |
|
|
|
|
|
|
|
|
|
|
| 37 |
```py
|
| 38 |
from mistral_common.tokens.tokenizers.mistral import MistralTokenizer
|
| 39 |
from mistral_common.protocol.instruct.messages import UserMessage
|
|
|
|
| 34 |
|
| 35 |
### Tokenization with `mistral-common`
|
| 36 |
|
| 37 |
+
|
| 38 |
+
// utilizando todos los files del repositorio:
|
| 39 |
+
|
| 40 |
```py
|
| 41 |
from mistral_common.tokens.tokenizers.mistral import MistralTokenizer
|
| 42 |
from mistral_common.protocol.instruct.messages import UserMessage
|