Henk717 commited on
Commit
95a7ea7
1 Parent(s): 3e7ca8f

Enable Adventure Mode

Browse files

Since 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.

Files changed (1) hide show
  1. 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
  }