Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`pszemraj/t5-base-kw2email-v3.5`](https://huggingface.co/pszemraj/t5-base-kw2email-v3.5) as a `base_model` field, situated in the `YAML` block of your model's `README.md`.
How did we find this information? We performed a regular expression match on your `README.md` file to determine the connection.
**Why add this?** Enhancing your model's metadata in this way:
- **Boosts Discoverability** - It becomes straightforward to trace the relationships between various models on the Hugging Face Hub.
- **Highlights Impact** - It showcases the contributions and influences different models have within the community.
For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).
This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien).
If you want to automatically add `base_model` metadata to more of your modes you can use the [Librarian Bot](https://huggingface.co/librarian-bot) [Metadata Request Service](https://huggingface.co/spaces/librarian-bots/metadata_request_service)!
@@ -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 |
|