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