DantheMan124 commited on
Commit
00a4b81
·
verified ·
1 Parent(s): 6b00257

Add reward_train_max_length: 512 so the calibration regime ships with the weights

Browse files
Files changed (1) hide show
  1. config.json +4 -3
config.json CHANGED
@@ -36,10 +36,11 @@
36
  "position_biased_input": false,
37
  "position_buckets": 256,
38
  "relative_attention": true,
39
- "reward_temperature": 1.166796088218689,
40
  "share_att_key": true,
41
  "tie_word_embeddings": true,
42
  "transformers_version": "5.12.1",
43
  "type_vocab_size": 0,
44
- "vocab_size": 128100
45
- }
 
 
 
36
  "position_biased_input": false,
37
  "position_buckets": 256,
38
  "relative_attention": true,
 
39
  "share_att_key": true,
40
  "tie_word_embeddings": true,
41
  "transformers_version": "5.12.1",
42
  "type_vocab_size": 0,
43
+ "vocab_size": 128100,
44
+ "reward_temperature": 1.166796088218689,
45
+ "reward_train_max_length": 512
46
+ }