N8Programs commited on
Commit
dc2c1b3
1 Parent(s): 138b648

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - N8Programs/CreativeGPT
5
+ language:
6
+ - en
7
+ pipeline_tag: text-generation
8
+ ---
9
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/647e98971a1fcad2fdc55e61/JeTZMxno0ANlYLGLzvX2X.png)
10
+
11
+ # Model Card for Coxcomb
12
+
13
+ A creative writing model, using the superb [senseable/WestLake-7B-v2](https://huggingface.co/senseable/WestLake-7B-v2) as a base, finetuned on GPT-4 outputs to a diverse variety of prompts. It in no way competes with GPT-4 - it's quality of writing is below it, and it is primarily meant to be run in offline, local environments.
14
+ On creative writing benchmarks, it is consistently ranked higher than most other models - [it scores 72.37](https://eqbench.com/creative_writing.html), beating goliath-120b, yi chat, and mistral-large.
15
+ It is designed for **single-shot interactions**. You ask it to write a story, and it does. It is NOT designed for chat purposes, roleplay, or follow-up questions.
16
+
17
+ ## Model Details
18
+
19
+ Trained w/ a 40M parameter lora on [N8Programs/CreativeGPT](https://huggingface.co/datasets/N8Programs/CreativeGPT) for 3 epochs. Overfit slightly (for much better benchmark results).
20
+
21
+
22
+ ### Model Description
23
+
24
+ - **Developed by:** N8Programs
25
+ - **Model type:** Mistral
26
+ - **Language(s) (NLP):** English
27
+ - **License:** Apache 2.0
28
+ - **Finetuned from model:** [senseable/WestLake-7B-v2](https://huggingface.co/senseable/WestLake-7B-v2)
29
+
30
+ ## Uses
31
+
32
+ Bot trained on NSFW (sexual or violent) content but will generate it when asked - it has not been trained with refusals. If you wish to ADD refusal behavior in, further tuning or filtering will be neccessary.
33
+
34
+ ### Direct Use
35
+
36
+ GGUFs available at [Coxcomb-GGUF](https://huggingface.co/N8Programs/Coxcomb-GGUF)
37
+ Should work with transformers (not officially tested).
38
+
39
+ ## Bias, Risks, and Limitations
40
+
41
+ Tends to generate stories with happy, trite endings. Most LLMs do this. It's very hard to get them not to.
42
+
43
+ ## Training Details
44
+
45
+ Trained on a single M3 Max in roughly 12 hours.