AK-12 commited on
Commit
c539bdd
·
1 Parent(s): 5ff3c3c

fixing missing comma GC

Browse files
Files changed (1) hide show
  1. generation_config.json +1 -1
generation_config.json CHANGED
@@ -5,6 +5,6 @@
5
  "pad_token_id": 32000,
6
  "temperature": 0.9,
7
  "top_p": 0.6,
8
- "transformers_version": "4.31.0"
9
  "max_new_tokens" : 1000
10
  }
 
5
  "pad_token_id": 32000,
6
  "temperature": 0.9,
7
  "top_p": 0.6,
8
+ "transformers_version": "4.31.0",
9
  "max_new_tokens" : 1000
10
  }