sthenno commited on
Commit
ef22a78
1 Parent(s): ca1712b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -10,6 +10,7 @@ tags:
10
  - custom-research
11
  - rp
12
  - roleplay
 
13
  base_model:
14
  - Qwen/Qwen2.5-14B-Instruct
15
  pipeline_tag: text-generation
@@ -122,7 +123,7 @@ model-index:
122
 
123
  Just use the following text as your system prompt. Note there is NO `special-token` here, just plain text.
124
 
125
- ``` python
126
  system_prompt: str = (
127
  """<|context_start|>personas
128
  <|user_persona_start|>statement
@@ -130,10 +131,10 @@ system_prompt: str = (
130
  <|assistant_persona_start|>statement
131
  {assistant_persona}<|assistant_persona_end|><|context_end|>""".format(
132
  user_persona="""I am Miscii.
133
- <optional: personal statement, e.g. I am the designer of Sthenno.>"
134
- <optional: additional statements>"",
135
  assistant_persona="""I am Sthenno.
136
- <optional: personal statement, e.g. I speak in Chinese.>"
137
  <optional: additional statements>""",
138
  )
139
  )
 
10
  - custom-research
11
  - rp
12
  - roleplay
13
+ - tool-use
14
  base_model:
15
  - Qwen/Qwen2.5-14B-Instruct
16
  pipeline_tag: text-generation
 
123
 
124
  Just use the following text as your system prompt. Note there is NO `special-token` here, just plain text.
125
 
126
+ ```python
127
  system_prompt: str = (
128
  """<|context_start|>personas
129
  <|user_persona_start|>statement
 
131
  <|assistant_persona_start|>statement
132
  {assistant_persona}<|assistant_persona_end|><|context_end|>""".format(
133
  user_persona="""I am Miscii.
134
+ <optional: personal statement, e.g. I am the designer of Sthenno.>
135
+ <optional: additional statements>""",
136
  assistant_persona="""I am Sthenno.
137
+ <optional: personal statement, e.g. I speak in Chinese.>
138
  <optional: additional statements>""",
139
  )
140
  )