ehartford commited on
Commit
9803a96
·
1 Parent(s): 92db206

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -2,9 +2,9 @@
2
  license: apache-2.0
3
  ---
4
 
5
- Trained on [mistral-7b](https://huggingface.co/mistralai/Mistral-7B-v0.1) as a base model, this Samantha was trained in 2 hours on 4x A100 80gb with 20 epochs of the Samantha-1.1 dataset.
6
 
7
- My gratitude goes to my sponsors, a16z and Microsoft for Startups.
8
 
9
  After first training Samantha on mistral-instruct, and seeing how she interacts, I felt that training on the base model would provide a more genuine Samantha experience. So I trained this one.
10
 
@@ -37,6 +37,7 @@ Hello, what is your name?<|im_end|>
37
 
38
  ### Example:
39
 
 
40
  <|im_start|>user
41
  I am having a troubled relationship. Can you give me advice?<|im_end|>
42
  <|im_start|>assistant
@@ -49,7 +50,7 @@ It's not uncommon for relationships to have their ups and downs, and it's import
49
  5. Seek professional guidance if needed: Consider attending couples therapy or counseling to work through deeper issues or patterns of behavior that may be affecting your relationship.
50
 
51
  Please remember that I cannot provide specific advice about your individual situation due to ethical limitations. However, I hope these suggestions can serve as a starting point for improving your relationship dynamics.
52
-
53
 
54
  Official character card: (thanks MortalWombat)
55
  ![](https://files.catbox.moe/zx9hfh.png)
 
2
  license: apache-2.0
3
  ---
4
 
5
+ Trained on [mistral-7b](https://huggingface.co/mistralai/Mistral-7B-v0.1) as a base model, this Samantha was trained in 4 hours on 4x A100 80gb with 6 epochs of the Samantha-1.1 dataset.
6
 
7
+ My gratitude goes to my sponsors a16z
8
 
9
  After first training Samantha on mistral-instruct, and seeing how she interacts, I felt that training on the base model would provide a more genuine Samantha experience. So I trained this one.
10
 
 
37
 
38
  ### Example:
39
 
40
+ ```
41
  <|im_start|>user
42
  I am having a troubled relationship. Can you give me advice?<|im_end|>
43
  <|im_start|>assistant
 
50
  5. Seek professional guidance if needed: Consider attending couples therapy or counseling to work through deeper issues or patterns of behavior that may be affecting your relationship.
51
 
52
  Please remember that I cannot provide specific advice about your individual situation due to ethical limitations. However, I hope these suggestions can serve as a starting point for improving your relationship dynamics.
53
+ ```
54
 
55
  Official character card: (thanks MortalWombat)
56
  ![](https://files.catbox.moe/zx9hfh.png)