Librarian Bot: Add base_model information to model
#1
by
librarian-bot - opened
README.md
CHANGED
|
@@ -8,42 +8,47 @@ datasets:
|
|
| 8 |
- aeslc
|
| 9 |
- postbot/multi_emails_kw
|
| 10 |
widget:
|
| 11 |
-
- text:
|
| 12 |
-
example_title:
|
| 13 |
-
- text:
|
| 14 |
-
example_title:
|
| 15 |
-
- text:
|
| 16 |
-
example_title:
|
| 17 |
-
- text:
|
| 18 |
-
example_title:
|
| 19 |
-
- text:
|
| 20 |
-
example_title:
|
| 21 |
-
- text:
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
example_title:
|
| 27 |
-
- text:
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
example_title:
|
| 35 |
-
- text:
|
| 36 |
-
example_title:
|
| 37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
parameters:
|
| 39 |
min_length: 16
|
| 40 |
max_length: 256
|
| 41 |
no_repeat_ngram_size: 2
|
| 42 |
-
do_sample:
|
| 43 |
num_beams: 8
|
| 44 |
-
early_stopping:
|
| 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 |
|