default.json 562 字节
Newer Older
CSDN-Ada助手's avatar
CSDN-Ada助手 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
{
  "prompt": "",
  "max_new_tokens": 512,
  "do_sample": true,
  "temperature": 0.7,
  "top_p": 0.95,
  "typical_p": 1,
  "epsilon_cutoff": 0,
  "eta_cutoff": 0,
  "repetition_penalty": 1.2,
  "top_k": 50,
  "min_length": 0,
  "no_repeat_ngram_size": 0,
  "num_beams": 1,
  "penalty_alpha": 0,
  "length_penalty": 1,
  "early_stopping": false,
  "mirostat_mode": 0,
  "mirostat_tau": 5,
  "mirostat_eta": 0.1,
  "seed": -1,
  "add_bos_token": true,
  "truncation_length": 2048,
  "ban_eos_token": false,
  "skip_special_tokens": true,
  "stopping_strings": []
}