Librarian Bot: Add base_model information to model
Browse filesThis 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!
@@ -1,74 +1,75 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
datasets:
|
4 |
-
- billsum
|
5 |
tags:
|
6 |
- summarization
|
7 |
- t5
|
|
|
|
|
|
|
|
|
8 |
widget:
|
9 |
-
- text:
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
example_title: Water use
|
32 |
-
- text:
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
example_title: Election
|
56 |
-
|
57 |
-
- rouge
|
58 |
model-index:
|
59 |
- name: t5-small-finetuned-billsum-ca_test
|
60 |
results:
|
61 |
- task:
|
62 |
-
name: Sequence-to-sequence Language Modeling
|
63 |
type: text2text-generation
|
|
|
64 |
dataset:
|
65 |
name: billsum
|
66 |
type: billsum
|
67 |
args: default
|
68 |
metrics:
|
69 |
-
-
|
70 |
-
type: rouge
|
71 |
value: 12.6315
|
|
|
72 |
- task:
|
73 |
type: summarization
|
74 |
name: Summarization
|
@@ -78,29 +79,29 @@ model-index:
|
|
78 |
config: default
|
79 |
split: test
|
80 |
metrics:
|
81 |
-
-
|
82 |
-
type: rouge
|
83 |
value: 12.1368
|
|
|
84 |
verified: true
|
85 |
-
-
|
86 |
-
type: rouge
|
87 |
value: 4.6017
|
|
|
88 |
verified: true
|
89 |
-
-
|
90 |
-
type: rouge
|
91 |
value: 10.0767
|
|
|
92 |
verified: true
|
93 |
-
-
|
94 |
-
type: rouge
|
95 |
value: 10.6892
|
|
|
96 |
verified: true
|
97 |
-
-
|
98 |
-
type: loss
|
99 |
value: 2.897707462310791
|
|
|
100 |
verified: true
|
101 |
-
-
|
102 |
-
type: gen_len
|
103 |
value: 19.0
|
|
|
104 |
verified: true
|
105 |
---
|
106 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
tags:
|
4 |
- summarization
|
5 |
- t5
|
6 |
+
datasets:
|
7 |
+
- billsum
|
8 |
+
metrics:
|
9 |
+
- rouge
|
10 |
widget:
|
11 |
+
- text: 'The people of the State of California do enact as follows: SECTION 1. The
|
12 |
+
Legislature hereby finds and declares as follows: (a) Many areas of the state
|
13 |
+
are disproportionately impacted by drought because they are heavily dependent
|
14 |
+
or completely reliant on groundwater from basins that are in overdraft and in
|
15 |
+
which the water table declines year after year or from basins that are contaminated.
|
16 |
+
(b) There are a number of state grant and loan programs that provide financial
|
17 |
+
assistance to communities to address drinking water and wastewater needs. Unfortunately,
|
18 |
+
there is no program in place to provide similar assistance to individual homeowners
|
19 |
+
who are reliant on their own groundwater wells and who may not be able to afford
|
20 |
+
conventional private loans to undertake vital water supply, water quality, and
|
21 |
+
wastewater improvements. (c) The program created by this act is intended to bridge
|
22 |
+
that gap by providing low-interest loans, grants, or both, to individual homeowners
|
23 |
+
to undertake actions necessary to provide safer, cleaner, and more reliable drinking
|
24 |
+
water and wastewater treatment. These actions may include, but are not limited
|
25 |
+
to, digging deeper wells, improving existing wells and related equipment, addressing
|
26 |
+
drinking water contaminants in the homeowner’s water, or connecting to a local
|
27 |
+
water or wastewater system. SEC. 2. Chapter 6.6 (commencing with Section 13486)
|
28 |
+
is added to Division 7 of the Water Code, to read: CHAPTER 6.6. Water and Wastewater
|
29 |
+
Loan and Grant Program 13486. (a) The board shall establish a program in accordance
|
30 |
+
with this chapter to provide low-interest loans and grants to local agencies for
|
31 |
+
low-interest loans and grants to eligible applicants for any of the following
|
32 |
+
purposes:'
|
33 |
example_title: Water use
|
34 |
+
- text: 'The people of the State of California do enact as follows: SECTION 1. Section
|
35 |
+
2196 of the Elections Code is amended to read: 2196. (a) (1) Notwithstanding any
|
36 |
+
other provision of law, a person who is qualified to register to vote and who
|
37 |
+
has a valid California driver’s license or state identification card may submit
|
38 |
+
an affidavit of voter registration electronically on the Internet Web site of
|
39 |
+
the Secretary of State. (2) An affidavit submitted pursuant to this section is
|
40 |
+
effective upon receipt of the affidavit by the Secretary of State if the affidavit
|
41 |
+
is received on or before the last day to register for an election to be held in
|
42 |
+
the precinct of the person submitting the affidavit. (3) The affiant shall affirmatively
|
43 |
+
attest to the truth of the information provided in the affidavit. (4) For voter
|
44 |
+
registration purposes, the applicant shall affirmatively assent to the use of
|
45 |
+
his or her signature from his or her driver’s license or state identification
|
46 |
+
card. (5) For each electronic affidavit, the Secretary of State shall obtain an
|
47 |
+
electronic copy of the applicant’s signature from his or her driver’s license
|
48 |
+
or state identification card directly from the Department of Motor Vehicles. (6)
|
49 |
+
The Secretary of State shall require a person who submits an affidavit pursuant
|
50 |
+
to this section to submit all of the following: (A) The number from his or her
|
51 |
+
California driver’s license or state identification card. (B) His or her date
|
52 |
+
of birth. (C) The last four digits of his or her social security number. (D) Any
|
53 |
+
other information the Secretary of State deems necessary to establish the identity
|
54 |
+
of the affiant. (7) Upon submission of an affidavit pursuant to this section,
|
55 |
+
the electronic voter registration system shall provide for immediate verification
|
56 |
+
of both of the following:'
|
57 |
example_title: Election
|
58 |
+
base_model: t5-small
|
|
|
59 |
model-index:
|
60 |
- name: t5-small-finetuned-billsum-ca_test
|
61 |
results:
|
62 |
- task:
|
|
|
63 |
type: text2text-generation
|
64 |
+
name: Sequence-to-sequence Language Modeling
|
65 |
dataset:
|
66 |
name: billsum
|
67 |
type: billsum
|
68 |
args: default
|
69 |
metrics:
|
70 |
+
- type: rouge
|
|
|
71 |
value: 12.6315
|
72 |
+
name: Rouge1
|
73 |
- task:
|
74 |
type: summarization
|
75 |
name: Summarization
|
|
|
79 |
config: default
|
80 |
split: test
|
81 |
metrics:
|
82 |
+
- type: rouge
|
|
|
83 |
value: 12.1368
|
84 |
+
name: ROUGE-1
|
85 |
verified: true
|
86 |
+
- type: rouge
|
|
|
87 |
value: 4.6017
|
88 |
+
name: ROUGE-2
|
89 |
verified: true
|
90 |
+
- type: rouge
|
|
|
91 |
value: 10.0767
|
92 |
+
name: ROUGE-L
|
93 |
verified: true
|
94 |
+
- type: rouge
|
|
|
95 |
value: 10.6892
|
96 |
+
name: ROUGE-LSUM
|
97 |
verified: true
|
98 |
+
- type: loss
|
|
|
99 |
value: 2.897707462310791
|
100 |
+
name: loss
|
101 |
verified: true
|
102 |
+
- type: gen_len
|
|
|
103 |
value: 19.0
|
104 |
+
name: gen_len
|
105 |
verified: true
|
106 |
---
|
107 |
|