pszemraj commited on
Commit
d32f99a
·
1 Parent(s): 1b5a2fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -6
README.md CHANGED
@@ -2,15 +2,27 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- model-index:
6
- - name: t5-small-kw2email-ft3-multi_emails_kw
7
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
- should probably proofread and complete it, then remove this comment. -->
12
 
13
- # t5-small-kw2email-ft3-multi_emails_kw
14
 
15
  This model is a fine-tuned version of [postbot/t5-small-kw2email](https://huggingface.co/postbot/t5-small-kw2email) on the None dataset.
16
 
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ - email generation
6
+ - email
7
+ datasets:
8
+ - aeslc
9
+ - postbot/multi_emails_kw
10
+ widget:
11
+ - text: "Thursday pay invoice need asap thanks Pierre good morning dear Harold"
12
+ example_title: "invoice"
13
+ parameters:
14
+ min_length: 16
15
+ max_length: 256
16
+ no_repeat_ngram_size: 2
17
+ do_sample: False
18
+ num_beams: 8
19
+ early_stopping: True
20
+ repetition_penalty: 2.5
21
+ length_penalty: 0.9
22
  ---
23
 
 
 
24
 
25
+ # t5-small-kw2email-v2
26
 
27
  This model is a fine-tuned version of [postbot/t5-small-kw2email](https://huggingface.co/postbot/t5-small-kw2email) on the None dataset.
28