Instructions to use Najin06/tacha-model1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use Najin06/tacha-model1 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("Najin06/tacha-model1", set_active=True) - Notebooks
- Google Colab
- Kaggle
File size: 233 Bytes
709efdb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"bos_token_id": 2,
"cache_implementation": "hybrid",
"do_sample": true,
"eos_token_id": [
1,
106
],
"max_length": 32768,
"pad_token_id": 0,
"top_k": 64,
"top_p": 0.95,
"transformers_version": "4.56.2"
}
|