fix gpt2 token bug

This commit is contained in:
lvmin 2023-09-13 17:18:45 -07:00
parent e0138752a5
commit 328ad8ad2b
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"bos_token_id": 50256,
"embd_pdrop": 0.1,
"eos_token_id": 50256,
"pad_token_id": 50256,
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"model_type": "gpt2",