pszemraj librarian-bot commited on
Commit
ad93fc3
1 Parent(s): a4a5bf0

Librarian Bot: Add base_model information to model (#1)

Browse files

- Librarian Bot: Add base_model information to model (fb95f1b6f2f4a3a4c9927bc28eb92dbec40f6384)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +34 -29
README.md CHANGED
@@ -8,42 +8,47 @@ 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
- - text: "dear elia when will space be ready need urgently regards ronald"
14
- example_title: "space ready"
15
- - text: "Tuesday need talk with you important stuff dear jonathan status war in Syria"
16
- example_title: "war status"
17
- - text: "dear bob will back wednesday need urgently regards elena"
18
- example_title: "return wednesday"
19
- - text: "dear mary thanks for your last invoice need know when payment be"
20
- example_title: "last invoice"
21
- - text: "pct1_dropremainder rounding may truncate the last examples in a dataset if the number of examples in your dataset don’t divide evenly by 100 dear bob"
22
- example_title: "pct1_dropremainder"
23
- - text: "dear joseph have all invoices ready Monday next invoice in 30 days have great weekend"
24
- example_title: "next invoice"
25
- - text: "dear mary I have couple questions on new contract we agreed on need know thoughts regarding contract"
26
- example_title: "contract"
27
- - text: "Friday will make report due soon please thanks dear john"
28
- example_title: "report due soon"
29
- - text: "need take photos sunday want finish thursday photo exhibition need urgent help thanks dear john"
30
- example_title: "photo exhibition"
31
- - text: "Tuesday need talk with you important stuff dear reginald"
32
- example_title: "important talk"
33
- - text: "dear maria how are you doing thanks very much"
34
- example_title: "thanks"
35
- - text: "dear james tomorrow will prepare file for june report before leave need know when leave"
36
- example_title: "file for june report"
37
-
 
 
 
 
38
  parameters:
39
  min_length: 16
40
  max_length: 256
41
  no_repeat_ngram_size: 2
42
- do_sample: False
43
  num_beams: 8
44
- early_stopping: True
45
  repetition_penalty: 5.5
46
  length_penalty: 0.9
 
47
  ---
48
  # t5-base-kw2email-v4
49
 
 
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
+ - text: dear elia when will space be ready need urgently regards ronald
14
+ example_title: space ready
15
+ - text: Tuesday need talk with you important stuff dear jonathan status war in Syria
16
+ example_title: war status
17
+ - text: dear bob will back wednesday need urgently regards elena
18
+ example_title: return wednesday
19
+ - text: dear mary thanks for your last invoice need know when payment be
20
+ example_title: last invoice
21
+ - text: pct1_dropremainder rounding may truncate the last examples in a dataset if
22
+ the number of examples in your dataset don’t divide evenly by 100 dear bob
23
+ example_title: pct1_dropremainder
24
+ - text: dear joseph have all invoices ready Monday next invoice in 30 days have great
25
+ weekend
26
+ example_title: next invoice
27
+ - text: dear mary I have couple questions on new contract we agreed on need know thoughts
28
+ regarding contract
29
+ example_title: contract
30
+ - text: Friday will make report due soon please thanks dear john
31
+ example_title: report due soon
32
+ - text: need take photos sunday want finish thursday photo exhibition need urgent
33
+ help thanks dear john
34
+ example_title: photo exhibition
35
+ - text: Tuesday need talk with you important stuff dear reginald
36
+ example_title: important talk
37
+ - text: dear maria how are you doing thanks very much
38
+ example_title: thanks
39
+ - text: dear james tomorrow will prepare file for june report before leave need know
40
+ when leave
41
+ example_title: file for june report
42
  parameters:
43
  min_length: 16
44
  max_length: 256
45
  no_repeat_ngram_size: 2
46
+ do_sample: false
47
  num_beams: 8
48
+ early_stopping: true
49
  repetition_penalty: 5.5
50
  length_penalty: 0.9
51
+ base_model: pszemraj/t5-base-kw2email-v3.5
52
  ---
53
  # t5-base-kw2email-v4
54