Aravinth-Megnath commited on
Commit
7482541
·
verified ·
1 Parent(s): efc1901

Upload config

Browse files
Files changed (1) hide show
  1. translation_generation_config.json +2 -3
translation_generation_config.json CHANGED
@@ -1,13 +1,12 @@
1
  {
2
- "Maximum_length": 50,
3
- "Top_sequences": 1,
4
  "decoder_start_token_id": 0,
5
  "do_sample": true,
6
  "early_stopping": true,
7
  "eos_token_id": 1,
 
8
  "min_length": 10,
9
  "num_beams": 4,
10
- "pad_token": 0,
11
  "repetition_penalty": 0.9,
12
  "temperature": 0.7,
13
  "top_p": 0.9,
 
1
  {
 
 
2
  "decoder_start_token_id": 0,
3
  "do_sample": true,
4
  "early_stopping": true,
5
  "eos_token_id": 1,
6
+ "max_length": 50,
7
  "min_length": 10,
8
  "num_beams": 4,
9
+ "pad_token_id": 0,
10
  "repetition_penalty": 0.9,
11
  "temperature": 0.7,
12
  "top_p": 0.9,