Commit ·
3e60ddb
1
Parent(s): 936b486
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,12 +26,12 @@ widget:
|
|
| 26 |
<|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|>
|
| 27 |
inference:
|
| 28 |
parameters:
|
| 29 |
-
temperature: 0.
|
| 30 |
do_sample: True
|
| 31 |
-
top_p: 0.
|
| 32 |
top_k: 30
|
| 33 |
max_new_tokens: 250
|
| 34 |
-
repetition_penalty: 1.
|
| 35 |
---
|
| 36 |
Base model Locutusque/TinyMistral-248M fully fine-tuned on Locutusque/InstructMix. During validation, this model achieved an average perplexity of 3.23 on Locutusque/InstructMix dataset.
|
| 37 |
It has so far been trained on approximately 608,000 examples. More epochs are planned for this model.
|
|
|
|
| 26 |
<|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|>
|
| 27 |
inference:
|
| 28 |
parameters:
|
| 29 |
+
temperature: 0.5
|
| 30 |
do_sample: True
|
| 31 |
+
top_p: 0.5
|
| 32 |
top_k: 30
|
| 33 |
max_new_tokens: 250
|
| 34 |
+
repetition_penalty: 1.15
|
| 35 |
---
|
| 36 |
Base model Locutusque/TinyMistral-248M fully fine-tuned on Locutusque/InstructMix. During validation, this model achieved an average perplexity of 3.23 on Locutusque/InstructMix dataset.
|
| 37 |
It has so far been trained on approximately 608,000 examples. More epochs are planned for this model.
|