Locutusque
commited on
Commit
•
5e5c077
1
Parent(s):
646fc1e
Update README.md
Browse files
README.md
CHANGED
@@ -24,12 +24,12 @@ widget:
|
|
24 |
<|USER|> How to manage a lazy employee: Address the employee verbally. Don't allow an employee's laziness or lack of enthusiasm to become a recurring issue. Tell the employee you're hoping to speak with them about workplace expectations and performance, and schedule a time to sit down together. Question: To manage a lazy employee, it is suggested to talk to the employee. True, False, or Neither? <|ASSISTANT|>
|
25 |
inference:
|
26 |
parameters:
|
27 |
-
temperature: 0.
|
28 |
do_sample: True
|
29 |
-
top_p: 0.
|
30 |
top_k: 30
|
31 |
max_new_tokens: 250
|
32 |
-
repetition_penalty: 1.
|
33 |
---
|
34 |
# LocutusqueXFelladrin-TinyMistral248M-Instruct
|
35 |
This model was created by merging Locutusque/TinyMistral-248M-Instruct and Felladrin/TinyMistral-248M-SFT-v4 using mergekit. After the two models were merged, the resulting model was further trained on ~20,000 examples on the Locutusque/inst_mix_v2_top_100k at a low learning rate to further normalize weights. The following is the YAML config used to merge:
|
|
|
24 |
<|USER|> How to manage a lazy employee: Address the employee verbally. Don't allow an employee's laziness or lack of enthusiasm to become a recurring issue. Tell the employee you're hoping to speak with them about workplace expectations and performance, and schedule a time to sit down together. Question: To manage a lazy employee, it is suggested to talk to the employee. True, False, or Neither? <|ASSISTANT|>
|
25 |
inference:
|
26 |
parameters:
|
27 |
+
temperature: 0.5
|
28 |
do_sample: True
|
29 |
+
top_p: 0.5
|
30 |
top_k: 30
|
31 |
max_new_tokens: 250
|
32 |
+
repetition_penalty: 1.15
|
33 |
---
|
34 |
# LocutusqueXFelladrin-TinyMistral248M-Instruct
|
35 |
This model was created by merging Locutusque/TinyMistral-248M-Instruct and Felladrin/TinyMistral-248M-SFT-v4 using mergekit. After the two models were merged, the resulting model was further trained on ~20,000 examples on the Locutusque/inst_mix_v2_top_100k at a low learning rate to further normalize weights. The following is the YAML config used to merge:
|