Felladrin commited on
Commit
57196e2
1 Parent(s): fd33b3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -21,21 +21,26 @@ widget:
21
  ### Instruction:
22
  Tell me all you know about the Earth.
23
 
 
 
 
 
 
24
  ### Response:
25
  inference:
26
  parameters:
27
  max_new_tokens: 32
28
- repetition_penalty: 1.15
29
  do_sample: true
30
- temperature: 0.5
31
- top_p: 0.15
 
32
  ---
33
 
34
  # Locutusque's TinyMistral-248M trained on the Evol Instruct dataset using AutoTrain
35
 
36
  - Base model: [Locutusque/TinyMistral-248M](https://huggingface.co/Locutusque/TinyMistral-248M)
37
  - Dataset: [KnutJaegersberg/WizardLM_evol_instruct_V2_196k_instruct_format](https://huggingface.co/datasets/KnutJaegersberg/WizardLM_evol_instruct_V2_196k_instruct_format)
38
- - [Training hyperparameters](https://huggingface.co/Felladrin/TinyMistral-248M-Evol-Instruct/blob/85723f768c439307c996328d68fe7df2947237ae/training_params.json)
39
  - Availability in other ML formats:
40
  - GGUF: [afrideva/TinyMistral-248M-Evol-Instruct-GGUF](https://huggingface.co/afrideva/TinyMistral-248M-Evol-Instruct-GGUF)
41
 
 
21
  ### Instruction:
22
  Tell me all you know about the Earth.
23
 
24
+ ### Response:
25
+ - text: |-
26
+ ### Instruction:
27
+ How to become more healthy?
28
+
29
  ### Response:
30
  inference:
31
  parameters:
32
  max_new_tokens: 32
33
+ repetition_penalty: 1.18
34
  do_sample: true
35
+ temperature: 0.7
36
+ top_p: 0.1
37
+ top_k: 40
38
  ---
39
 
40
  # Locutusque's TinyMistral-248M trained on the Evol Instruct dataset using AutoTrain
41
 
42
  - Base model: [Locutusque/TinyMistral-248M](https://huggingface.co/Locutusque/TinyMistral-248M)
43
  - Dataset: [KnutJaegersberg/WizardLM_evol_instruct_V2_196k_instruct_format](https://huggingface.co/datasets/KnutJaegersberg/WizardLM_evol_instruct_V2_196k_instruct_format)
 
44
  - Availability in other ML formats:
45
  - GGUF: [afrideva/TinyMistral-248M-Evol-Instruct-GGUF](https://huggingface.co/afrideva/TinyMistral-248M-Evol-Instruct-GGUF)
46