Update config.json
#36
by
ildodeltaRule
- opened
Updating config.json to include right max_position_embeddings size of 512, instead of 514. When using more then 512 tokens a error is generated.
--> Libaries like FastChat use the max_position_embeddings to define the number of tokens that can be used. In this case it should be 512.