SicariusSicariiStuff commited on
Commit
423834e
1 Parent(s): 4d4aae6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -3
README.md CHANGED
@@ -1,3 +1,40 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ ---
6
+
7
+ <div align="center">
8
+ <b style="font-size: 40px;">Question_Builder</b>
9
+
10
+
11
+ </div>
12
+
13
+
14
+ <img src="https://i.imgur.com/utWMG2w.png" alt="Question_Builder" style="width: 50%; min-width: 500px; display: block; margin: auto;">
15
+
16
+ # Available in FP16 and GGUF:
17
+ - [FP16](https://huggingface.co/SicariusSicariiStuff/Question_Builder)
18
+ - [GGUF](https://huggingface.co/SicariusSicariiStuff/Question_Builder_GGUF)
19
+
20
+ # Model Details
21
+ This model doesn't answer questions🫢!
22
+ Its goal is to assist the open-source community to easily create new datasets🤗
23
+ The best use case is via API, the recommended length of the data is a few short sentences.
24
+
25
+ # The recommended prompt setting is Debug-deterministic with repetition_penalty 1.2:
26
+ ```
27
+
28
+ temperature: 1
29
+ top_p: 1
30
+ top_k: 1
31
+ typical_p: 1
32
+ min_p: 1
33
+ repetition_penalty: 1.2
34
+
35
+ ```
36
+
37
+ # Examples:
38
+ <img src="https://i.imgur.com/7Wz7N0j.png" alt="Question_Builder_Example_1" style="width: 50%; min-width: 700px; display: block; margin: auto;">
39
+ <img src="https://i.imgur.com/eJuBvxB.png" alt="Question_Builder_Example_2" style="width: 50%; min-width: 700px; display: block; margin: auto;">
40
+ <img src="https://i.imgur.com/vE5grCg.png" alt="Question_Builder_Example_3" style="width: 50%; min-width: 700px; display: block; margin: auto;">