Reduce repetitionPenalty from recommended 1.2 to 1.1
This commit is contained in:
		
							parent
							
								
									3593744035
								
							
						
					
					
						commit
						86211b0910
					
				| 
						 | 
				
			
			@ -285,6 +285,7 @@ Let's! *I take a seat next to you* What should we do today? I'm up for anything.
 | 
			
		|||
 | 
			
		||||
::NOTE::`,
 | 
			
		||||
      temperature: 0.9,
 | 
			
		||||
      repetitionPenalty: 1.12,
 | 
			
		||||
      startSequence: '<s>',
 | 
			
		||||
      stopSequence: '###,User:,</s>,Current user prompt:',
 | 
			
		||||
      aggressiveStop: true,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -116,7 +116,7 @@ const defaults:ChatSettings = {
 | 
			
		|||
  systemMessageStart: '',
 | 
			
		||||
  systemMessageEnd: '',
 | 
			
		||||
  leadPrompt: '',
 | 
			
		||||
  repetitionPenalty: 1.2,
 | 
			
		||||
  repetitionPenalty: 1.1,
 | 
			
		||||
  // useResponseAlteration: false,
 | 
			
		||||
  // responseAlterations: [],
 | 
			
		||||
  isDirty: false
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue