macadeliccc commited on
Commit
4159bb3
1 Parent(s): a9d2bda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -5
README.md CHANGED
@@ -5,13 +5,21 @@ base_model:
5
  tags:
6
  - mergekit
7
  - merge
8
-
9
  ---
10
- # samantha-slerp
 
 
11
 
12
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
 
 
 
 
 
 
 
13
 
14
- ## Merge Details
15
  ### Merge Method
16
 
17
  This model was merged using the SLERP merge method.
@@ -43,6 +51,11 @@ parameters:
43
  value: [1, 0.5, 0.7, 0.3, 0]
44
  - value: 0.5
45
  dtype: bfloat16
 
 
46
 
 
47
 
48
- ```
 
 
 
5
  tags:
6
  - mergekit
7
  - merge
8
+ license: apache-2.0
9
  ---
10
+ # Samantha 1.1 MBX 7B
11
+
12
+ ![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6455cc8d679315e4ef16fbec/bq3IRI6barhEzd1E9LbEe.webp)
13
 
14
+ **Prompt Template:**
15
+ ```
16
+ <|im_start|>system
17
+ You are a caring and empathetic sentient AI companion named Samantha.<|im_end|>
18
+ <|im_start|>user
19
+ Hello, what is your name?<|im_end|>
20
+ <|im_start|>assistant
21
+ ```
22
 
 
23
  ### Merge Method
24
 
25
  This model was merged using the SLERP merge method.
 
51
  value: [1, 0.5, 0.7, 0.3, 0]
52
  - value: 0.5
53
  dtype: bfloat16
54
+ ```
55
+ ## GGUF
56
 
57
+ TODO
58
 
59
+ ## Code Example
60
+
61
+ TODO