matthoffner commited on
Commit
07b635d
ยท
1 Parent(s): b8ca88a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -5,11 +5,11 @@
5
  "top_p": 0.95,
6
  "top_k": 50,
7
  "max_new_tokens": 1024,
8
- "use_cache": True,
9
- "do_sample": True,
10
  "repetition_penalty": 1.02,
11
  "max_seq_len": 4096,
12
- "n_tokens": -1
13
  }
14
  }
15
  }
 
5
  "top_p": 0.95,
6
  "top_k": 50,
7
  "max_new_tokens": 1024,
8
+ "use_cache": true,
9
+ "do_sample": true,
10
  "repetition_penalty": 1.02,
11
  "max_seq_len": 4096,
12
+ "n_tokens": 20
13
  }
14
  }
15
  }