mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Removed the parameter size from many of the presets, as these can work well with many parameter sizes. Removed "Prompt Arena" from the ooba presets, as these are new defaults. Changed sampling order back to the originals. Rep Pen should should listed first, as this was how it was done originally, as well. Also cleaned up and removed the unused parameters.
		
			
				
	
	
		
			20 lines
		
	
	
		
			383 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			383 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     "temp": 1.31,
 | |
|     "top_p": 0.14,
 | |
|     "top_k": 49,
 | |
|     "typical_p": 1,
 | |
|     "top_a": 0.52,
 | |
|     "tfs": 1,
 | |
|     "epsilon_cutoff": 1.49,
 | |
|     "eta_cutoff": 10.42,
 | |
|     "rep_pen": 1.17,
 | |
|     "no_repeat_ngram_size": 0,
 | |
|     "penalty_alpha": 0,
 | |
|     "num_beams": 1,
 | |
|     "length_penalty": 1,
 | |
|     "min_length": 0,
 | |
|     "encoder_rep_pen": 1,
 | |
|     "do_sample": true,
 | |
|     "early_stopping": false
 | |
| }
 |