Instructions to use ysr/hyperparam-rust-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ysr/hyperparam-rust-lora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ysr/hyperparam-rust-lora", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 119 Bytes
60a1d0c | 1 2 3 4 5 6 7 | {
"_from_model_config": true,
"bos_token_id": 32013,
"eos_token_id": 32014,
"transformers_version": "4.39.2"
}
|