Update README.md
Browse files
README.md
CHANGED
@@ -13,8 +13,6 @@ pipeline_tag: text-generation
|
|
13 |
|
14 |
## Model Details
|
15 |
|
16 |
-
Note, This repository WIP,
|
17 |
-
|
18 |
### Model Description
|
19 |
|
20 |
Chatbot that acting like visual novel character for roleplaying
|
@@ -41,19 +39,12 @@ character | visual_novel |
|
|
41 |
茉優 | Riddle Joker |
|
42 |
小春 | Riddle Joker |
|
43 |
|
44 |
-
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
45 |
-
|
46 |
-
- **Developed by:** ywnam
|
47 |
-
- **Model type:** CausalLLM
|
48 |
-
- **Language(s) (NLP):** Japan
|
49 |
-
- **License:** Research Purpose Only
|
50 |
-
- **Finetuned from model :** [Elizezen/Antler-7B](https://huggingface.co/Elizezen/Antler-7B)
|
51 |
-
|
52 |
|
53 |
## Uses
|
54 |
-
from transformers import TextStreamer, pipeline, AutoTokenizer, AutoModelForCausalLM
|
55 |
|
56 |
```python
|
|
|
|
|
57 |
model_id = 'spow12/Roleplayer-VisualNovel'
|
58 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
59 |
|
@@ -87,7 +78,6 @@ chara = "ムラサメ"
|
|
87 |
chat_history = [f'ユーザー: {user_query}']
|
88 |
chat = "\n".join(chat_history)
|
89 |
|
90 |
-
|
91 |
message = [
|
92 |
{
|
93 |
'role' : 'system',
|
@@ -132,13 +122,12 @@ Body: Kid, Pale, Slim, Small Breasts, Younger Appearance。
|
|
132 |
Personality: Archaic Dialect, Cheerful, Energetic, Family OrientedS, Honest, JealousS, Kind, Loyal, Naive, Protective, Puffy, Religious, RomanticS, Sweets Lover, Wagahai
|
133 |
Role: Ghost, GirlfriendS, High School StudentS, OrphanS, Popular
|
134 |
|
135 |
-
|
136 |
user: Classic scenes for the role are as follows:
|
137 |
|
138 |
|
139 |
-
|
140 |
|
141 |
-
|
142 |
|
143 |
ユーザー: 「おはいよ、ムラサメ。」
|
144 |
assistant: ムラサメ: おお、ご主人
|
|
|
13 |
|
14 |
## Model Details
|
15 |
|
|
|
|
|
16 |
### Model Description
|
17 |
|
18 |
Chatbot that acting like visual novel character for roleplaying
|
|
|
39 |
茉優 | Riddle Joker |
|
40 |
小春 | Riddle Joker |
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
## Uses
|
|
|
44 |
|
45 |
```python
|
46 |
+
from transformers import TextStreamer, pipeline, AutoTokenizer, AutoModelForCausalLM
|
47 |
+
|
48 |
model_id = 'spow12/Roleplayer-VisualNovel'
|
49 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
50 |
|
|
|
78 |
chat_history = [f'ユーザー: {user_query}']
|
79 |
chat = "\n".join(chat_history)
|
80 |
|
|
|
81 |
message = [
|
82 |
{
|
83 |
'role' : 'system',
|
|
|
122 |
Personality: Archaic Dialect, Cheerful, Energetic, Family OrientedS, Honest, JealousS, Kind, Loyal, Naive, Protective, Puffy, Religious, RomanticS, Sweets Lover, Wagahai
|
123 |
Role: Ghost, GirlfriendS, High School StudentS, OrphanS, Popular
|
124 |
|
|
|
125 |
user: Classic scenes for the role are as follows:
|
126 |
|
127 |
|
128 |
+
## Scene Background
|
129 |
|
130 |
+
Conversation start at here.
|
131 |
|
132 |
ユーザー: 「おはいよ、ムラサメ。」
|
133 |
assistant: ムラサメ: おお、ご主人
|