saiful9379 commited on
Commit
9d4bda4
1 Parent(s): 066e33f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -30,10 +30,10 @@
30
  "task_specific_params": {
31
  "text-generation": {
32
  "max_length":175,
33
- "num_beams":10,
34
  "temperature": 0.7,
35
  "no_repeat_ngram_size": 2,
36
  "num_return_sequences":5
37
  }
38
- },
39
  }
 
30
  "task_specific_params": {
31
  "text-generation": {
32
  "max_length":175,
33
+ "num_beams": 10,
34
  "temperature": 0.7,
35
  "no_repeat_ngram_size": 2,
36
  "num_return_sequences":5
37
  }
38
+ }
39
  }