Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`allenai/led-base-16384`](https://huggingface.co/allenai/led-base-16384) 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
|
@@ -6,6 +8,8 @@ datasets:
|
|
6 |
- pszemraj/govreport-summarization-8192
|
7 |
metrics:
|
8 |
- rouge
|
|
|
|
|
9 |
model-index:
|
10 |
- name: led-base-16384-finetuned-govreport
|
11 |
results:
|
@@ -19,18 +23,18 @@ model-index:
|
|
19 |
split: validation
|
20 |
args: split
|
21 |
metrics:
|
22 |
-
-
|
23 |
-
type: rouge
|
24 |
value: 50.3574
|
25 |
-
|
26 |
-
|
27 |
value: 20.0448
|
28 |
-
|
29 |
-
|
30 |
value: 22.2156
|
31 |
-
|
32 |
-
|
33 |
value: 22.2156
|
|
|
34 |
- task:
|
35 |
type: summarization
|
36 |
name: Summarization
|
@@ -41,21 +45,18 @@ model-index:
|
|
41 |
split: test
|
42 |
args: split
|
43 |
metrics:
|
44 |
-
-
|
45 |
-
type: rouge
|
46 |
value: 52.6378
|
47 |
-
|
48 |
-
|
49 |
-
value: 22.
|
50 |
-
|
51 |
-
|
52 |
value: 23.5898
|
53 |
-
|
54 |
-
|
55 |
value: 23.5898
|
56 |
-
|
57 |
-
- en
|
58 |
-
pipeline_tag: summarization
|
59 |
---
|
60 |
|
61 |
# led-base-16384-finetuned-govreport
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
8 |
- pszemraj/govreport-summarization-8192
|
9 |
metrics:
|
10 |
- rouge
|
11 |
+
pipeline_tag: summarization
|
12 |
+
base_model: allenai/led-base-16384
|
13 |
model-index:
|
14 |
- name: led-base-16384-finetuned-govreport
|
15 |
results:
|
|
|
23 |
split: validation
|
24 |
args: split
|
25 |
metrics:
|
26 |
+
- type: rouge
|
|
|
27 |
value: 50.3574
|
28 |
+
name: ROUGE-1
|
29 |
+
- type: rouge
|
30 |
value: 20.0448
|
31 |
+
name: ROUGE-2
|
32 |
+
- type: rouge
|
33 |
value: 22.2156
|
34 |
+
name: ROUGE-L
|
35 |
+
- type: rouge
|
36 |
value: 22.2156
|
37 |
+
name: ROUGE-LSUM
|
38 |
- task:
|
39 |
type: summarization
|
40 |
name: Summarization
|
|
|
45 |
split: test
|
46 |
args: split
|
47 |
metrics:
|
48 |
+
- type: rouge
|
|
|
49 |
value: 52.6378
|
50 |
+
name: ROUGE-1
|
51 |
+
- type: rouge
|
52 |
+
value: 22.213
|
53 |
+
name: ROUGE-2
|
54 |
+
- type: rouge
|
55 |
value: 23.5898
|
56 |
+
name: ROUGE-L
|
57 |
+
- type: rouge
|
58 |
value: 23.5898
|
59 |
+
name: ROUGE-LSUM
|
|
|
|
|
60 |
---
|
61 |
|
62 |
# led-base-16384-finetuned-govreport
|