cheaptrix/TokenizerTestingMTSUFall2024SoftwareEngineering-Removed members in datasaet with empty text boxes; Used new tokenizer lengths for the input and output; and used the new combined dataset of Senate and House bills and summaries.
Browse files
README.md
CHANGED
@@ -18,12 +18,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 1.
|
22 |
-
- Rouge1: 0.
|
23 |
-
- Rouge2: 0.
|
24 |
-
- Rougel: 0.
|
25 |
-
- Rougelsum: 0.
|
26 |
-
- Gen Len: 18.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -55,10 +55,10 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
57 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
| 1.
|
61 |
-
| 1.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.5198
|
22 |
+
- Rouge1: 0.2778
|
23 |
+
- Rouge2: 0.2234
|
24 |
+
- Rougel: 0.2686
|
25 |
+
- Rougelsum: 0.2686
|
26 |
+
- Gen Len: 18.9697
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
57 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
|
58 |
+
| 1.8333 | 1.0 | 12429 | 1.6354 | 0.2717 | 0.2139 | 0.262 | 0.262 | 18.9751 |
|
59 |
+
| 1.7368 | 2.0 | 24858 | 1.5610 | 0.2763 | 0.2208 | 0.267 | 0.267 | 18.9735 |
|
60 |
+
| 1.6978 | 3.0 | 37287 | 1.5291 | 0.2777 | 0.2227 | 0.2683 | 0.2682 | 18.9699 |
|
61 |
+
| 1.7008 | 4.0 | 49716 | 1.5198 | 0.2778 | 0.2234 | 0.2686 | 0.2686 | 18.9697 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
runs/Oct07_21-02-25_75d052a1e97f/events.out.tfevents.1728334946.75d052a1e97f.6094.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f18235d0d8d67befe810e6a6d2b8e61362fa4c00ff7c2e318aafd993f116d594
|
3 |
+
size 29662
|