zeriworkspace commited on
Commit
6b6015e
·
verified ·
1 Parent(s): 13aa34c

Delete _work/fp32/generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. _work/fp32/generation_config.json +0 -15
_work/fp32/generation_config.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "bos_token_id": 2,
3
- "cache_implementation": "hybrid",
4
- "do_sample": true,
5
- "eos_token_id": [
6
- 1,
7
- 1,
8
- 50,
9
- 106
10
- ],
11
- "pad_token_id": 0,
12
- "top_k": 64,
13
- "top_p": 0.95,
14
- "transformers_version": "4.57.6"
15
- }