Raychellewis00 commited on
Commit
2b300f0
·
verified ·
1 Parent(s): 256b480

Delete text_encoder/generation_config.json

Browse files
Files changed (1) hide show
  1. text_encoder/generation_config.json +0 -14
text_encoder/generation_config.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "bos_token_id": 151643,
3
- "do_sample": true,
4
- "eos_token_id": [
5
- 151645,
6
- 151643
7
- ],
8
- "pad_token_id": 151643,
9
- "repetition_penalty": 1.05,
10
- "temperature": 0.1,
11
- "top_k": 1,
12
- "top_p": 0.001,
13
- "transformers_version": "4.55.0.dev0"
14
- }