deepparag commited on
Commit
2c82f50
1 Parent(s): e7bbaae

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -32,9 +32,9 @@
32
  "max_length": 1000,
33
  "no_repeat_ngram_size":4,
34
  "do_sample":true,
35
- "top_k"=100,
36
- "top_p"=0.7,
37
- "temperature" = 0.9
38
  }
39
  },
40
  "torch_dtype": "float32",
 
32
  "max_length": 1000,
33
  "no_repeat_ngram_size":4,
34
  "do_sample":true,
35
+ "top_k":100,
36
+ "top_p":0.7,
37
+ "temperature" :0.9
38
  }
39
  },
40
  "torch_dtype": "float32",