danielhanchen commited on
Commit
c7c42d8
1 Parent(s): cf5bb69

Upload config

Browse files
Files changed (1) hide show
  1. generation_config.json +2 -1
generation_config.json CHANGED
@@ -3,7 +3,8 @@
3
  "do_sample": true,
4
  "eos_token_id": 128001,
5
  "max_length": 4096,
 
6
  "temperature": 0.6,
7
  "top_p": 0.9,
8
- "transformers_version": "4.41.0"
9
  }
 
3
  "do_sample": true,
4
  "eos_token_id": 128001,
5
  "max_length": 4096,
6
+ "pad_token_id": 128255,
7
  "temperature": 0.6,
8
  "top_p": 0.9,
9
+ "transformers_version": "4.44.0"
10
  }