Felladrin's picture
Update README.md
d317a1a
|
raw
history blame
No virus
1.06 kB
metadata
tags:
  - autotrain
  - text-generation
base_model: ahxt/llama2_xs_460M_experimental
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 all you know about the Earth.

      ### Response:
inference:
  parameters:
    max_new_tokens: 16
    repetition_penalty: 1.15
    do_sample: true
    temperature: 0.5
    top_k: 5
    top_p: 0.9

ahxt's llama2_xs_460M_experimental trained on the WizardLM's Evol Instruct dataset using AutoTrain