Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`t5-small`](https://huggingface.co./t5-small) 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,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
@@ -11,15 +13,33 @@ tags:
|
|
11 |
- tagging
|
12 |
metrics:
|
13 |
- rouge
|
14 |
-
model-index:
|
15 |
-
- name: t5-small-machine-articles-tag-generation
|
16 |
-
results: []
|
17 |
widget:
|
18 |
-
- text: "Paige, AI in pathology and genomics\n\nFundamentally transforming the diagnosis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
example_title: 'ML Article Example #1'
|
20 |
-
language:
|
21 |
-
- en
|
22 |
pipeline_tag: summarization
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
<!-- 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 |
- generated_from_trainer
|
|
|
13 |
- tagging
|
14 |
metrics:
|
15 |
- rouge
|
|
|
|
|
|
|
16 |
widget:
|
17 |
+
- text: "Paige, AI in pathology and genomics\n\nFundamentally transforming the diagnosis\
|
18 |
+
\ and treatment of cancer\nPaige has raised $25M in total. We talked with Leo\
|
19 |
+
\ Grady, its CEO.\nHow would you describe Paige in a single tweet?\nAI in pathology\
|
20 |
+
\ and genomics will fundamentally transform the diagnosis and treatment of cancer.\n\
|
21 |
+
How did it all start and why? \nPaige was founded out of Memorial Sloan Kettering\
|
22 |
+
\ to bring technology that was developed there to doctors and patients worldwide.\
|
23 |
+
\ For over a decade, Thomas Fuchs and his colleagues have developed a new, powerful\
|
24 |
+
\ technology for pathology. This technology can improve cancer diagnostics, driving\
|
25 |
+
\ better patient care at lower cost. Paige is building clinical products from\
|
26 |
+
\ this technology and extending the technology to the development of new biomarkers\
|
27 |
+
\ for the biopharma industry.\nWhat have you achieved so far?\nTEAM: In the past\
|
28 |
+
\ year and a half, Paige has built a team with members experienced in AI, entrepreneurship,\
|
29 |
+
\ design and commercialization of clinical software.\nPRODUCT: We have achieved\
|
30 |
+
\ FDA breakthrough designation for the first product we plan to launch, a testament\
|
31 |
+
\ to the impact our technology will have in this market.\nCUSTOMERS: None yet,\
|
32 |
+
\ as we are working on CE and FDA regulatory clearances. We are working with several\
|
33 |
+
\ biopharma companies.\nWhat do you plan to achieve in the next 2 or 3 years?\n\
|
34 |
+
Commercialization of multiple clinical products for pathologists, as well as the\
|
35 |
+
\ development of novel biomarkers that can help speed up and better inform the\
|
36 |
+
\ diagnosis and treatment selection for patients with cancer."
|
37 |
example_title: 'ML Article Example #1'
|
|
|
|
|
38 |
pipeline_tag: summarization
|
39 |
+
base_model: t5-small
|
40 |
+
model-index:
|
41 |
+
- name: t5-small-machine-articles-tag-generation
|
42 |
+
results: []
|
43 |
---
|
44 |
|
45 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|