Henk717 commited on
Commit
409e074
1 Parent(s): 264a571

Add KoboldAI values

Browse files

This defaults repetition penalty to 2.0 and enables Adventure mode by default if used with KoboldAI

Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "EleutherAI/gpt-neo-125M",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPTNeoForCausalLM"
@@ -49,5 +49,7 @@
49
  "transformers_version": "4.6.1",
50
  "use_cache": true,
51
  "vocab_size": 50257,
 
 
52
  "window_size": 256
53
  }
 
1
  {
2
+ "_name_or_path": "KoboldAI/GPT-Neo-125M-AID",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPTNeoForCausalLM"
 
49
  "transformers_version": "4.6.1",
50
  "use_cache": true,
51
  "vocab_size": 50257,
52
+ "rep_pen": 2.0,
53
+ "adventure": true,
54
  "window_size": 256
55
  }