kubernetes-bad commited on
Commit
743fd23
1 Parent(s): 0d3b030

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+
5
+ # CharGen v2
6
+
7
+ ![CharGen v2](assets/cover_art.jpg)
8
+
9
+ ## Live version
10
+
11
+ https://chargen.kubes-lab.com
12
+
13
+ ## Overview
14
+
15
+ This repository contains GGUF quants of [CharGen v2](https://huggingface.co/kubernetes-bad/chargen-v2) model. Please see [original repository](https://huggingface.co/kubernetes-bad/chargen-v2) for proper full model card with prompting format and other details.
16
+
17
+ CharGen is a model that helps you to write characters for role playing with.
18
+
19
+ It produces character description based on your input prompt, step-by-step, in a dialogue format.
20
+
21
+ Warning: this model was trained on some NSFW content, so it may produce NSFW characters.
22
+
23
+ CharGen v2 is a project of several months of work. It's trained on a custom non-synthetic dataset, manually curated by hand. Read below on how it came together.