Instructions to use tiny-aya-math-edition/tiny-aya-global-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tiny-aya-math-edition/tiny-aya-global-lora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tiny-aya-math-edition/tiny-aya-global-lora", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "additional_special_tokens": [ | |
| "<|START_RESPONSE|>", | |
| "<|END_RESPONSE|>" | |
| ], | |
| "bos_token": { | |
| "content": "<BOS_TOKEN>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "eos_token": { | |
| "content": "<|END_OF_TURN_TOKEN|>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "pad_token": "<PAD>", | |
| "unk_token": { | |
| "content": "<UNK>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| } | |
| } | |