hakurei commited on
Commit
50679a9
1 Parent(s): 74eaa58

update name because waifu sounds stupid

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -8,9 +8,9 @@ license: agpl-3.0
8
  pipeline_tag: text-generation
9
  ---
10
 
11
- # Waifu-12B - A Large Fine-tuned Model For Fictional Character Conversational Modeling
12
 
13
- Waifu-12B is a GPT-NeoX 12B model fine-tuned on 2.5GB of a diverse range of light novels, erotica, annotated literature, and public-domain conversations for the purpose of generating novel-like fictional text and conversations.
14
 
15
  ## Model Description
16
 
@@ -49,8 +49,8 @@ This model can be used for entertainment purposes and as a creative writing assi
49
  ```
50
  from transformers import AutoTokenizer, AutoModelForCausalLM
51
 
52
- model = AutoModelForCausalLM.from_pretrained('hakurei/waifu-12B')
53
- tokenizer = AutoTokenizer.from_pretrained('hakurei/waifu-12B')
54
 
55
  prompt = '''[ Title: The Dunwich Horror; Author: H. P. Lovecraft; Genre: Horror ]
56
  ***
 
8
  pipeline_tag: text-generation
9
  ---
10
 
11
+ # 🪷 Lotus-12B
12
 
13
+ Lotus-12B is a GPT-NeoX 12B model fine-tuned on 2.5GB of a diverse range of light novels, erotica, annotated literature, and public-domain conversations for the purpose of generating novel-like fictional text and conversations.
14
 
15
  ## Model Description
16
 
 
49
  ```
50
  from transformers import AutoTokenizer, AutoModelForCausalLM
51
 
52
+ model = AutoModelForCausalLM.from_pretrained('hakurei/lotus-12B')
53
+ tokenizer = AutoTokenizer.from_pretrained('hakurei/lotus-12B')
54
 
55
  prompt = '''[ Title: The Dunwich Horror; Author: H. P. Lovecraft; Genre: Horror ]
56
  ***