Yoga26 commited on
Commit
de1f322
·
verified ·
1 Parent(s): 4b71a35

Training selesai: clean generation_config + decoder_start_token_id

Browse files
Files changed (2) hide show
  1. generation_config.json +6 -28
  2. model.safetensors +1 -1
generation_config.json CHANGED
@@ -1,36 +1,14 @@
1
  {
2
- "_from_model_config": false,
3
- "assistant_confidence_threshold": 0.4,
4
- "assistant_lookbehind": 10,
5
  "decoder_start_token_id": 0,
6
- "diversity_penalty": 0.0,
7
- "do_sample": true,
8
- "early_stopping": false,
9
- "encoder_no_repeat_ngram_size": 0,
10
- "encoder_repetition_penalty": 1.0,
11
  "eos_token_id": 1,
12
- "epsilon_cutoff": 0.0,
13
- "eta_cutoff": 0.0,
14
  "length_penalty": 1.0,
15
- "max_length": 20,
16
  "max_new_tokens": 64,
17
- "min_length": 0,
18
  "no_repeat_ngram_size": 2,
19
- "num_assistant_tokens": 20,
20
- "num_assistant_tokens_schedule": "constant",
21
- "num_beam_groups": 1,
22
- "num_beams": 8,
23
- "num_return_sequences": 5,
24
- "output_scores": false,
25
  "pad_token_id": 0,
26
- "remove_invalid_values": false,
27
- "repetition_penalty": 1.0,
28
- "return_dict_in_generate": false,
29
- "target_lookbehind": 10,
30
- "temperature": 0.8,
31
- "top_k": 50,
32
- "top_p": 0.95,
33
- "transformers_version": "5.0.0",
34
- "typical_p": 1.0,
35
- "use_cache": true
36
  }
 
1
  {
 
 
 
2
  "decoder_start_token_id": 0,
3
+ "do_sample": false,
4
+ "early_stopping": true,
 
 
 
5
  "eos_token_id": 1,
 
 
6
  "length_penalty": 1.0,
 
7
  "max_new_tokens": 64,
 
8
  "no_repeat_ngram_size": 2,
9
+ "num_beams": 4,
10
+ "num_return_sequences": 1,
 
 
 
 
11
  "pad_token_id": 0,
12
+ "repetition_penalty": 1.2,
13
+ "transformers_version": "5.0.0"
 
 
 
 
 
 
 
 
14
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eab6d229f31e6720b5515aa66638b8f40510040967f41ae5d5fce9f20117dc1e
3
  size 990214168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51de5715521519e33bf331bb1e14e635ac0f53ed405d588c4c150375b48509ca
3
  size 990214168