sred-analysis-model / config.json
SREDWise's picture
Update config.json
fa99fc6 verified
raw
history blame
463 Bytes
{
"parameters": {
"model_id": "mistralai/Mistral-7B-Instruct-v0.2",
"device_map": "auto",
"torch_dtype": "bfloat16",
"max_new_tokens": 500,
"temperature": 0.7,
"top_p": 0.95,
"top_k": 50,
"num_return_sequences": 1,
"pad_token_id": 2,
"eos_token_id": 2
},
"environment": {
"CUDA_VISIBLE_DEVICES": "0",
"TRANSFORMERS_CACHE": "/cache"
},
"hardware": {
"accelerator": "gpu",
"gpu_memory": "24GB"
}
}