susnato commited on
Commit
09a3bc9
·
1 Parent(s): 8ac5144

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +2 -2
generation_config.json CHANGED
@@ -2,10 +2,10 @@
2
  "bos_token_id": 8192,
3
  "eos_token_id": 8193,
4
  "do_sample": true,
5
- "temperature": .8,
6
  "length_penalty": 1.0,
7
  "repetition_penalty": 2.0,
8
- "top_p": .8,
9
  "cond_free_k": 2.0,
10
  "num_return_sequences": 8
11
  }
 
2
  "bos_token_id": 8192,
3
  "eos_token_id": 8193,
4
  "do_sample": true,
5
+ "temperature": 0.8,
6
  "length_penalty": 1.0,
7
  "repetition_penalty": 2.0,
8
+ "top_p": 0.8,
9
  "cond_free_k": 2.0,
10
  "num_return_sequences": 8
11
  }