SicariusSicariiStuff
commited on
Commit
•
8ec697b
1
Parent(s):
6bcd681
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
-
---
|
2 |
-
|
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: 80%; min-width: 800px; display: block; margin: auto;">
|
15 |
+
|
16 |
+
|
17 |
+
# Model Details
|
18 |
+
This model doesn't answer questions🫢!
|
19 |
+
Its goal is to assist the open-source community to easily create new datasets🤗
|
20 |
+
The best use case is via API, the recommended length of the data is a few short sentences.
|
21 |
+
|
22 |
+
# The recommended prompt setting is Debug-deterministic with repetition_penalty 1.2:
|
23 |
+
```
|
24 |
+
|
25 |
+
temperature: 1
|
26 |
+
top_p: 1
|
27 |
+
top_k: 1
|
28 |
+
typical_p: 1
|
29 |
+
min_p: 1
|
30 |
+
repetition_penalty: 1.2
|
31 |
+
|
32 |
+
```
|