dylanmengzhou commited on
Commit
b52558f
1 Parent(s): dab652d

Training complete

Browse files
Files changed (1) hide show
  1. generation_config.json +8 -0
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "decoder_start_token_id": 1,
4
+ "eos_token_id": 1,
5
+ "forced_eos_token_id": 1,
6
+ "pad_token_id": 3,
7
+ "transformers_version": "4.28.1"
8
+ }