librarian-bot commited on
Commit
0083495
1 Parent(s): f1c6a63

Librarian Bot: Add base_model information to model

Browse files

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

Files changed (1) hide show
  1. README.md +17 -12
README.md CHANGED
@@ -1,25 +1,30 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
 
5
  tags:
6
  - generated_from_trainer
7
- model-index:
8
- - name: t5-small-finetuned-turk-text-simplification
9
- results: []
10
  widget:
11
- - text: "simplify: the incident has been the subject of numerous reports as to ethics in scholarship ."
12
- - text: "simplify: the historical method comprises the techniques and guidelines by which historians use primary sources and other evidence to research and then to write history ."
13
- - text: "simplify: none of the authors , contributors , sponsors , administrators , vandals , or anyone else connected with wikipedia , in any way whatsoever , can be responsible for your use of the information contained in or linked from these web pages ."
14
- - text: "simplify: oregano is an indispensable ingredient in greek cuisine ."
15
-
 
 
 
 
 
16
  inference:
17
  parameters:
18
  temperature: 1.5
19
- max_length: 256
20
- do_sample: True
21
  num_beams: 3
22
-
 
 
 
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
 
 
 
7
  widget:
8
+ - text: 'simplify: the incident has been the subject of numerous reports as to ethics
9
+ in scholarship .'
10
+ - text: 'simplify: the historical method comprises the techniques and guidelines by
11
+ which historians use primary sources and other evidence to research and then to
12
+ write history .'
13
+ - text: 'simplify: none of the authors , contributors , sponsors , administrators
14
+ , vandals , or anyone else connected with wikipedia , in any way whatsoever ,
15
+ can be responsible for your use of the information contained in or linked from
16
+ these web pages .'
17
+ - text: 'simplify: oregano is an indispensable ingredient in greek cuisine .'
18
  inference:
19
  parameters:
20
  temperature: 1.5
21
+ max_length: 256
22
+ do_sample: true
23
  num_beams: 3
24
+ base_model: t5-small
25
+ model-index:
26
+ - name: t5-small-finetuned-turk-text-simplification
27
+ results: []
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You