mshojaei77 commited on
Commit
2d68144
·
verified ·
1 Parent(s): ade7c04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -46,11 +46,12 @@ parameters:
46
 
47
 
48
  ```
49
-
50
  generation_config = {
51
  "temperature": 1.1,
52
  "top_k": 50,
53
  "top_p": 0.9,
54
  "repetition_penalty": 1.15,
55
  "do_sample": True
56
- }
 
 
46
 
47
 
48
  ```
49
+ ```json
50
  generation_config = {
51
  "temperature": 1.1,
52
  "top_k": 50,
53
  "top_p": 0.9,
54
  "repetition_penalty": 1.15,
55
  "do_sample": True
56
+ }
57
+ ```