TinyMistral-248M / README.md
Locutusque's picture
Update README.md
13a8fa3
|
raw
history blame
715 Bytes
metadata
license: apache-2.0
datasets:
  - Skylion007/openwebtext
language:
  - en
pipeline_tag: text-generation
inference:
  parameters:
    do_sample: true
    temperature: 0.5
    top_p: 0.5
    top_k: 50
    max_new_tokens: 15
    repetition_penalty: 1.176

A pre-trained language model, based on the Mistral 7B model, has been scaled down to approximately 248 million parameters. Currently, this model has been trained on 2,120,000 examples. The batch size will remain low for future epochs. This model isn't intended for direct use but for fine-tuning on a downstream task.

During evaluation on InstructMix, this model achieved an average perplexity score of 6.3. More training sessions are planned for this model.