AcrylaLLM Mgeong commited on
Commit
a5ad0c3
1 Parent(s): 79e25d5

Update generation_config.json (#9)

Browse files

- Update generation_config.json (2fd94953c5386842da69911846f6b93dd7c0e6d2)


Co-authored-by: MukoeCheong <Mgeong@users.noreply.huggingface.co>

Files changed (1) hide show
  1. generation_config.json +2 -2
generation_config.json CHANGED
@@ -2,8 +2,8 @@
2
  "bos_token_id": 128000,
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.42.4"
9
  }
 
2
  "bos_token_id": 128000,
3
  "do_sample": true,
4
  "eos_token_id": 128001,
5
+ "top_p": 0.9,
6
  "max_length": 4096,
7
  "temperature": 0.6,
8
+ "transformers_version": "4.42.4"
 
9
  }