lspxl commited on
Commit
c47cad7
1 Parent(s): 21a6dec

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "llama",
3
+ "task_specific_params": {
4
+ "text-generation": {
5
+ "top_k": 40,
6
+ "top_p": 0.6,
7
+ "temperature": 0.2,
8
+ "repetition_penalty": 1.1}
9
+ }
10
+ }