karimasbar commited on
Commit
5e68750
1 Parent(s): 936a68c

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_lib": "RedPajama-INCITE-Chat-3B-v1-q4f16_0",
3
+ "local_id": "doctorGPT_mini",
4
+ "conv_template": "redpajama_chat",
5
+ "temperature": 0.7,
6
+ "repetition_penalty": 1.01,
7
+ "top_p": 0.95,
8
+ "mean_gen_len": 128,
9
+ "shift_fill_factor": 0.3,
10
+ "estimated_vram_req": 2254857830,
11
+ "tokenizer_files": [
12
+ "tokenizer.json"
13
+ ]
14
+ }