Instructions to use InstalilyAI/wwex-combined-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use InstalilyAI/wwex-combined-lora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("InstalilyAI/wwex-combined-lora", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "backend": "tokenizers", | |
| "clean_up_tokenization_spaces": false, | |
| "do_lower_case": false, | |
| "eos_token": "<|endoftext|>", | |
| "is_local": false, | |
| "model_max_length": 128000, | |
| "pad_token": "<|endoftext|>", | |
| "padding_side": "left", | |
| "remove_space": false, | |
| "tokenizer_class": "TokenizersBackend" | |
| } | |