Instructions to use AstroMLab/AstroSage-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
File size: 214 Bytes
42c5811 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"_from_model_config": true,
"bos_token_id": 128000,
"do_sample": true,
"eos_token_id": [
128001,
128008,
128009
],
"temperature": 0.6,
"min_p": 0.1,
"transformers_version": "4.44.0"
}
|