File size: 312 Bytes
e141874
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "low_limit": -15.0,
  "high_limit": 15.0,
  "n_tokens": 4096,
  "n_special_tokens": 2,
  "pad_token_id": 0,
  "eos_token_id": 1,
  "use_eos_token": true,
  "model_type": "seq2seq",
  "context_length": 512,
  "prediction_length": 64,
  "num_samples": 20,
  "temperature": 1.0,
  "top_k": 50,
  "top_p": 1.0
}