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
| { | |
| "args": { | |
| "max_new_tokens": 768, | |
| "num_beams": 1, | |
| "temperature": 0, | |
| "top_p": null | |
| } | |
| } |