macadeliccc commited on
Commit
61b1307
1 Parent(s): 11345c4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-7B
3
+ datasets:
4
+ - macadeliccc/opus_samantha
5
+ - cognitivecomputations/uncensored-ultrachat
6
+ - teknium/OpenHermes-2.5
7
+ - Sao10K/Claude-3-Opus-Instruct-15K
8
+ license: apache-2.0
9
+ ---
10
+ # Samantha Qwen2 7B
11
+
12
+ ## Prompt Template
13
+
14
+ ```
15
+ <|im_start|>system
16
+ You are a friendly assistant.<|im_end|>
17
+ <|im_start|>user
18
+ What is the capital of France?<|im_end|>
19
+ <|im_start|>assistant
20
+ The capital of France is Paris.
21
+ ```