Instructions to use N8Programs/NextTerm-440M-Checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use N8Programs/NextTerm-440M-Checkpoints with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("N8Programs/NextTerm-440M-Checkpoints", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 173 Bytes
451a228 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"bos_token_id": 12,
"do_sample": false,
"eos_token_id": [
11,
13,
14
],
"pad_token_id": 14,
"transformers_version": "5.9.0",
"use_cache": true
}
|