Felladrin's picture
Add model files
85723f7
|
raw
history blame
1.05 kB
metadata
license: apache-2.0
tags:
  - autotrain
  - text-generation
base_model: Locutusque/TinyMistral-248M
datasets:
  - KnutJaegersberg/WizardLM_evol_instruct_V2_196k_instruct_format
widget:
  - text: |-
      Find me a list of some nice places to visit around the world.

      ### Response:
  - text: |-
      Tell me a story.
      Once upon a time...

      ### Response:
inference:
  parameters:
    max_new_tokens: 32
    repetition_penalty: 1.15
    do_sample: true
    temperature: 0.5
    top_p: 0.5

Locutusque's TinyMistral-248M trained on the Evol Instruct dataset using AutoTrain

Recommended Prompt Format

<instruction>

### Response:

Recommended Inference Parameters

repetition_penalty: 1.15
do_sample: true
temperature: 0.5
top_p: 0.5