JonasGeiping commited on
Commit
a6b0f41
·
verified ·
1 Parent(s): 6e44bc9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -1
config.json CHANGED
@@ -46,5 +46,8 @@
46
  "tie_embeddings": true,
47
  "torch_dtype": "float32",
48
  "transformers_version": "4.44.2",
49
- "vocab_size": 65536
 
 
 
50
  }
 
46
  "tie_embeddings": true,
47
  "torch_dtype": "float32",
48
  "transformers_version": "4.44.2",
49
+ "vocab_size": 65536,
50
+ "bos_token_id": 65504,
51
+ "eos_token_id": 65505,
52
+ "pad_token_id": 65509
53
  }