gghfez commited on
Commit
184aaea
1 Parent(s): b2cbb1e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gemma
3
+ language:
4
+ - en
5
+ datasets:
6
+ - Sao10K/c2-Logs-Filtered
7
+ ---
8
+
9
+ GGUF quants of gghfez/gemma-2-27b-rp-c2
10
+
11
+ # Prompting
12
+
13
+ Model has been Instruct tuned with the ChatML formatting. A typical input would look like this:
14
+
15
+
16
+ ><|im_start|>user
17
+ Hi there!<|im_end|>
18
+ <|im_start|>assistant
19
+ Nice to meet you!<|im_end|>
20
+ <|im_start|>user
21
+ Can I ask a question?<|im_end|>
22
+ <|im_start|>assistant
23
+
24
+
25
+ # Training:
26
+
27
+ Trained on a subset of the synthetic RP dataset from:
28
+ Sao10K/c2-Logs-Filtered