Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`t5-base`](https://huggingface.co/t5-base) 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). Your input is invaluable to us!
@@ -1,27 +1,36 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- summarization
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- rouge
|
8 |
widget:
|
9 |
-
- text:
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
model-index:
|
19 |
- name: t5-base-news_headlines
|
20 |
results: []
|
21 |
-
language:
|
22 |
-
- en
|
23 |
-
datasets:
|
24 |
-
- valurank/News_headlines
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- summarization
|
7 |
- generated_from_trainer
|
8 |
+
datasets:
|
9 |
+
- valurank/News_headlines
|
10 |
metrics:
|
11 |
- rouge
|
12 |
widget:
|
13 |
+
- text: "As the demands of climate change grow, businesses are realizing the imperative\
|
14 |
+
\ of embracing sustainability. Driven by ecological necessity and evolving consumer\
|
15 |
+
\ expectations, this shift necessitates a complete overhaul of traditional business\
|
16 |
+
\ models towards a circular economy, emphasizing resource efficiency and waste\
|
17 |
+
\ reduction.\n Adopting sustainable practices offers businesses multiple benefits:\
|
18 |
+
\ reduced operating costs, enhanced brand reputation, and increased customer loyalty.\
|
19 |
+
\ As such, sustainability is a strategic tool for businesses looking to future-proof\
|
20 |
+
\ themselves.\n Companies like Unilever and Tesla serve as models of this transformation.\
|
21 |
+
\ Unilever's sustainable living brands have outperformed the rest of their portfolio,\
|
22 |
+
\ while Tesla's entire business model centres around sustainability, proving\
|
23 |
+
\ that environmental consciousness and profitability can coexist.\n In our interconnected\
|
24 |
+
\ world, the impacts of businesses extend to society and the environment, necessitating\
|
25 |
+
\ alignment with the global push for sustainability. With sustainability no longer\
|
26 |
+
\ being a choice but an imperative, businesses adopting it will be the leaders\
|
27 |
+
\ in the new business paradigm. In a nutshell, to thrive in the evolving market,\
|
28 |
+
\ embracing sustainability is the new business imperative. The future of business\
|
29 |
+
\ is unquestionably green.\n"
|
30 |
+
base_model: t5-base
|
31 |
model-index:
|
32 |
- name: t5-base-news_headlines
|
33 |
results: []
|
|
|
|
|
|
|
|
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|