pszemraj commited on
Commit
0e6248c
1 Parent(s): 6f010c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,7 +17,7 @@ widget:
17
  example_title: "pumpen"
18
  inference:
19
  parameters:
20
- max_length: 128
21
  no_repeat_ngram_size: 2
22
  encoder_no_repeat_ngram_size: 3
23
  repetition_penalty: 2.4
@@ -31,7 +31,7 @@ inference:
31
 
32
  - the entirety of askscience sub-section of eli5 dataset for one epoch.
33
  - compare to bart on eli5 [here](https://huggingface.co/yjernite/bart_eli5)
34
- - note that for the inference API here, the model is restricted to outputting 128 tokens - using the model in python with the transformers library, you can get longer outputs.
35
 
36
  ## training
37
 
 
17
  example_title: "pumpen"
18
  inference:
19
  parameters:
20
+ max_length: 64
21
  no_repeat_ngram_size: 2
22
  encoder_no_repeat_ngram_size: 3
23
  repetition_penalty: 2.4
 
31
 
32
  - the entirety of askscience sub-section of eli5 dataset for one epoch.
33
  - compare to bart on eli5 [here](https://huggingface.co/yjernite/bart_eli5)
34
+ - note that for the inference API here, the model is restricted to outputting 64 tokens - using the model in python with the transformers library, you can get longer outputs.
35
 
36
  ## training
37