MilanM commited on
Commit
dc95e8e
·
verified ·
1 Parent(s): 5519573

Update anton_ego_jimmy.py

Browse files
Files changed (1) hide show
  1. anton_ego_jimmy.py +1 -1
anton_ego_jimmy.py CHANGED
@@ -17,7 +17,7 @@ BAKE_IN_PROMPT_SYNTAX = True
17
 
18
  # Generation Parameters
19
  DECODING_METHOD = "greedy" # greedy or sample
20
- MAX_NEW_TOKENS = 250
21
  MIN_NEW_TOKENS = 1
22
  REPETITION_PENALTY = 1.0
23
  # LENGTH_PENALTY = {'decay_factor': 1.25, 'start_index': 150}
 
17
 
18
  # Generation Parameters
19
  DECODING_METHOD = "greedy" # greedy or sample
20
+ MAX_NEW_TOKENS = 750
21
  MIN_NEW_TOKENS = 1
22
  REPETITION_PENALTY = 1.0
23
  # LENGTH_PENALTY = {'decay_factor': 1.25, 'start_index': 150}