Locutusque commited on
Commit
8f03f72
1 Parent(s): 70abe95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -5,6 +5,13 @@ datasets:
5
  language:
6
  - en
7
  pipeline_tag: text-generation
 
 
 
 
 
 
 
8
  ---
9
  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.
10
 
 
5
  language:
6
  - en
7
  pipeline_tag: text-generation
8
+ inference:
9
+ parameters:
10
+ temperature: 0.8
11
+ top_p: 0.14
12
+ top_k: 41
13
+ max_new_tokens: 15
14
+ repetition_penalty: 1.176
15
  ---
16
  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.
17