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-large`](https://huggingface.co/google/flan-t5-large) 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!
@@ -6,12 +6,14 @@ datasets:
|
|
6 |
- summarize_from_feedback
|
7 |
metrics:
|
8 |
- rouge
|
|
|
|
|
9 |
model-index:
|
10 |
- name: flan-t5-large-finetuned-openai-summarize_from_feedback
|
11 |
results:
|
12 |
- task:
|
13 |
-
name: Sequence-to-sequence Language Modeling
|
14 |
type: text2text-generation
|
|
|
15 |
dataset:
|
16 |
name: summarize_from_feedback
|
17 |
type: summarize_from_feedback
|
@@ -19,19 +21,18 @@ model-index:
|
|
19 |
split: train
|
20 |
args: comparisons
|
21 |
metrics:
|
22 |
-
-
|
23 |
-
type: rouge
|
24 |
value: 30.2401
|
25 |
-
|
26 |
-
|
27 |
value: 11.4916
|
28 |
-
|
29 |
-
|
30 |
value: 24.6485
|
31 |
-
|
32 |
-
|
33 |
value: 26.1801
|
34 |
-
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
6 |
- summarize_from_feedback
|
7 |
metrics:
|
8 |
- rouge
|
9 |
+
pipeline_tag: summarization
|
10 |
+
base_model: google/flan-t5-large
|
11 |
model-index:
|
12 |
- name: flan-t5-large-finetuned-openai-summarize_from_feedback
|
13 |
results:
|
14 |
- task:
|
|
|
15 |
type: text2text-generation
|
16 |
+
name: Sequence-to-sequence Language Modeling
|
17 |
dataset:
|
18 |
name: summarize_from_feedback
|
19 |
type: summarize_from_feedback
|
|
|
21 |
split: train
|
22 |
args: comparisons
|
23 |
metrics:
|
24 |
+
- type: rouge
|
|
|
25 |
value: 30.2401
|
26 |
+
name: Rouge1
|
27 |
+
- type: rouge
|
28 |
value: 11.4916
|
29 |
+
name: Rouge2
|
30 |
+
- type: rouge
|
31 |
value: 24.6485
|
32 |
+
name: RougeL
|
33 |
+
- type: rouge
|
34 |
value: 26.1801
|
35 |
+
name: RougeLSum
|
36 |
---
|
37 |
|
38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|