lora
adamo1139 commited on
Commit
dd2e0a0
1 Parent(s): 16560bd

Upload config.json

Browse files
Files changed (1) hide show
  1. procedure/config.json +7 -0
procedure/config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "max_length": 1024,
3
+ "sampler_seed": -1,
4
+ "max_context_length": 8192,
5
+ "stop_sequence": [],
6
+ "temperature": 0.8
7
+ }