Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`google/flan-t5-base`](https://huggingface.co/google/flan-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,5 +1,8 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
- LLM
|
@@ -7,18 +10,27 @@ tags:
|
|
7 |
- NLP
|
8 |
metrics:
|
9 |
- rouge
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
model-index:
|
11 |
- name: output
|
12 |
results: []
|
13 |
-
language:
|
14 |
-
- en
|
15 |
-
library_name: transformers
|
16 |
-
pipeline_tag: text2text-generation
|
17 |
-
widget:
|
18 |
-
- text: "Does the clause specify the date upon which the initial term expires?\nIn relation to each Fund, this Agreement shall terminate on the earlier of (a) the expiration of the term of such Fund or (b) the date, if any, on which Oaktree US (or any affiliate it has substituted in its stead in accordance with such Fund's Fund Agreement) is removed as general partner of such Fund or (c) the Sub-Advisor ceasing to be authorised and regulated by the FCA."
|
19 |
-
example_title: "Expiration Date (Yes)"
|
20 |
-
- text: "Does the clause specify the date upon which the initial term expires?\nDistributor hereby grants Zogenix an irrevocable, perpetual, royalty-free, fully paid-up, exclusive license with the right to grant sublicenses to use such Data solely generated and co-owned by Distributor outside of the Territory and a co-exclusive license in the Territory upon expiration or termination of the Agreement."
|
21 |
-
example_title: "Expiration Date (No)"
|
22 |
---
|
23 |
|
24 |
<!-- 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 |
+
library_name: transformers
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
- LLM
|
|
|
10 |
- NLP
|
11 |
metrics:
|
12 |
- rouge
|
13 |
+
pipeline_tag: text2text-generation
|
14 |
+
widget:
|
15 |
+
- text: 'Does the clause specify the date upon which the initial term expires?
|
16 |
+
|
17 |
+
In relation to each Fund, this Agreement shall terminate on the earlier of (a)
|
18 |
+
the expiration of the term of such Fund or (b) the date, if any, on which Oaktree
|
19 |
+
US (or any affiliate it has substituted in its stead in accordance with such Fund''s
|
20 |
+
Fund Agreement) is removed as general partner of such Fund or (c) the Sub-Advisor
|
21 |
+
ceasing to be authorised and regulated by the FCA.'
|
22 |
+
example_title: Expiration Date (Yes)
|
23 |
+
- text: 'Does the clause specify the date upon which the initial term expires?
|
24 |
+
|
25 |
+
Distributor hereby grants Zogenix an irrevocable, perpetual, royalty-free, fully
|
26 |
+
paid-up, exclusive license with the right to grant sublicenses to use such Data
|
27 |
+
solely generated and co-owned by Distributor outside of the Territory and a co-exclusive
|
28 |
+
license in the Territory upon expiration or termination of the Agreement.'
|
29 |
+
example_title: Expiration Date (No)
|
30 |
+
base_model: google/flan-t5-base
|
31 |
model-index:
|
32 |
- name: output
|
33 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|