Instructions to use array/sat-dynamic-13b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use array/sat-dynamic-13b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("array/sat-dynamic-13b", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 106 Bytes
04fca0b | 1 2 3 4 5 6 7 8 | {
"args": {
"max_new_tokens": 768,
"num_beams": 1,
"temperature": 0,
"top_p": null
}
} |