File size: 463 Bytes
ef8a74e
fa99fc6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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"
  }
}