Enable Adventure Mode
Browse filesSince we have Janeway as a pure 6B novel model and Skein behaves the best with adventure mode enabled lets have that on by default. If people wish to use it for Novels it would give better results if they toggle to story, and otherwise they can turn it back off. This will give AID players a nicer experience, and Novel writers typically are quick to toggle it to story.
- config.json +1 -0
config.json
CHANGED
@@ -32,5 +32,6 @@
|
|
32 |
},
|
33 |
"torch_dtype": "float16",
|
34 |
"use_cache": true,
|
|
|
35 |
"vocab_size": 50400
|
36 |
}
|
|
|
32 |
},
|
33 |
"torch_dtype": "float16",
|
34 |
"use_cache": true,
|
35 |
+
"adventure": true,
|
36 |
"vocab_size": 50400
|
37 |
}
|