hf-100 commited on
Commit
6cbf711
·
verified ·
1 Parent(s): 514c465

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -21,7 +21,7 @@ With this fine-tune Mistral 7B learns:
21
  Test it with Fireworks.ai: https://colab.research.google.com/drive/1hGIw6N20Hv8YyNTLBoYpll7AqjzTyRVp?usp=sharing
22
 
23
 
24
- The training data for this model included adult content.
25
 
26
  ## Purpose of the model
27
 
@@ -38,8 +38,8 @@ Outputting in a structured data format also allows for adding chain of thought s
38
 
39
  You must return valid JSON with the keys **scenarioType**, content, and continuationOptions. **'scenarioType' is based on the reader instruction. If the reader instruction is romantic choose intimacy, otherwise choose adventure. Write as if "Scenario Type:" is the scenarioType.**
40
 
41
- <quote>I'm hungry</quote> => "scenarioType": "adventure"
42
- <action>I hug her</action> => "scenarioType": "intimacy"
43
 
44
  This demonstrates that during training the model has picked up on the meanings of various scenario types in a way that allows it to change its style on the fly in response to user input
45
 
@@ -122,7 +122,7 @@ You'll get a response in the format:
122
  If you get nonsense outputs make sure you haven't missed the indentations and newlines in the prompt format (`[/INST]` should have no whitespace before it and be on a seperate line)
123
 
124
 
125
- Scenario Type can be "adventure","counsel","intimacy", or "confrontation", to tweak the method of replying
126
 
127
 
128
 
 
21
  Test it with Fireworks.ai: https://colab.research.google.com/drive/1hGIw6N20Hv8YyNTLBoYpll7AqjzTyRVp?usp=sharing
22
 
23
 
24
+ The training data for the underlying model Mistral 7B included adult content, this model does not add additional guardrails and is not suitable for raw use in all enviornments.
25
 
26
  ## Purpose of the model
27
 
 
38
 
39
  You must return valid JSON with the keys **scenarioType**, content, and continuationOptions. **'scenarioType' is based on the reader instruction. If the reader instruction is romantic choose intimacy, otherwise choose adventure. Write as if "Scenario Type:" is the scenarioType.**
40
 
41
+ <quote>I'm hungry, let's go eat.</quote> => "scenarioType": "adventure"
42
+ <quote>Where were you?</quote> => "scenarioType": "discussion"
43
 
44
  This demonstrates that during training the model has picked up on the meanings of various scenario types in a way that allows it to change its style on the fly in response to user input
45
 
 
122
  If you get nonsense outputs make sure you haven't missed the indentations and newlines in the prompt format (`[/INST]` should have no whitespace before it and be on a seperate line)
123
 
124
 
125
+ Scenario Type can be "adventure","counsel","discussion", or "confrontation", to tweak the method of replying
126
 
127
 
128