librarian-bot commited on
Commit
b17befc
1 Parent(s): 80f714a

Librarian Bot: Add base_model information to model

Browse files

This 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!

Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -4,11 +4,18 @@ license: apache-2.0
4
  tags:
5
  - generated_from_trainer
6
  - t5-base
 
 
 
 
 
 
 
 
 
7
  model-index:
8
  - name: cover-letter-t5-base
9
  results: []
10
- widget:
11
- - text: "coverletter name: Nouamane Tazi job: Machine Learning Engineer at HuggingFace background: Master's student in AI at the University of Paris Saclay experiences: I participated in the Digital Tech Year program, developing three minimal valuable products for three companies in a 7-week constraint. I also spent 1 year as a machine learning engineer for Flashbrand where I mainly worked on their chatbot . And I recently completed the HuggingFace course, where I built an amazing huggingface space. I am a strong team player."
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
4
  tags:
5
  - generated_from_trainer
6
  - t5-base
7
+ widget:
8
+ - text: 'coverletter name: Nouamane Tazi job: Machine Learning Engineer at HuggingFace
9
+ background: Master''s student in AI at the University of Paris Saclay experiences:
10
+ I participated in the Digital Tech Year program, developing three minimal valuable
11
+ products for three companies in a 7-week constraint. I also spent 1 year as a
12
+ machine learning engineer for Flashbrand where I mainly worked on their chatbot
13
+ . And I recently completed the HuggingFace course, where I built an amazing huggingface
14
+ space. I am a strong team player.'
15
+ base_model: t5-base
16
  model-index:
17
  - name: cover-letter-t5-base
18
  results: []
 
 
19
  ---
20
 
21
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You