Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,10 @@ metrics:
|
|
8 |
model-index:
|
9 |
- name: senate_bills_summary_model
|
10 |
results: []
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -26,15 +30,15 @@ It achieves the following results on the evaluation set:
|
|
26 |
|
27 |
## Model description
|
28 |
|
29 |
-
|
30 |
|
31 |
## Intended uses & limitations
|
32 |
|
33 |
-
|
34 |
|
35 |
## Training and evaluation data
|
36 |
|
37 |
-
|
38 |
|
39 |
## Training procedure
|
40 |
|
@@ -65,4 +69,4 @@ The following hyperparameters were used during training:
|
|
65 |
- Transformers 4.40.1
|
66 |
- Pytorch 2.2.1+cu121
|
67 |
- Datasets 2.19.1
|
68 |
-
- Tokenizers 0.19.1
|
|
|
8 |
model-index:
|
9 |
- name: senate_bills_summary_model
|
10 |
results: []
|
11 |
+
datasets:
|
12 |
+
- cheaptrix/UnitedStatesSenateBillsAndSummaries
|
13 |
+
language:
|
14 |
+
- en
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
## Model description
|
32 |
|
33 |
+
This model is a fine-tuned Google T5-Small model that is fine-tuned to summarize United States Senate Bills.
|
34 |
|
35 |
## Intended uses & limitations
|
36 |
|
37 |
+
Summarize United States Federal Legislation.
|
38 |
|
39 |
## Training and evaluation data
|
40 |
|
41 |
+
Trained on ~13.1k bills and summaries.
|
42 |
|
43 |
## Training procedure
|
44 |
|
|
|
69 |
- Transformers 4.40.1
|
70 |
- Pytorch 2.2.1+cu121
|
71 |
- Datasets 2.19.1
|
72 |
+
- Tokenizers 0.19.1
|