FPHam commited on
Commit
66f020a
·
1 Parent(s): e6110eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -24,3 +24,18 @@ Based on [Reverso Expanded](https://huggingface.co/FPHam/Reverso_Expanded_13b_Q_
24
  This is a model that generates a qestion from a text you feed it to - and nothing much else. It is used to generate datasets.
25
 
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  This is a model that generates a qestion from a text you feed it to - and nothing much else. It is used to generate datasets.
25
 
26
 
27
+ # Model uses ChatML
28
+
29
+ ```
30
+ <|im_start|>system
31
+ <|im_end|>
32
+ <|im_start|>user
33
+ Generate a question based on the following answer: ... paragraph... <|im_end|>
34
+ <|im_start|>assistant
35
+ ```
36
+
37
+ Note the prefix: Generate a question based on the following answer:
38
+ It does work without it too, but it was trained with this prefix.
39
+ You can refine the question asking capabilities in the system prompt or leave it empty - I'll leave it for you to play with it.
40
+
41
+