Add KoboldAI values
Browse filesThis defaults repetition penalty to 2.0 and enables Adventure mode by default if used with KoboldAI
- config.json +3 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
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 |
}
|