antonkurylo
commited on
Commit
•
e046111
1
Parent(s):
a6413d0
Training complete
Browse files
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: t5-large
|
5 |
+
tags:
|
6 |
+
- summarization
|
7 |
+
- generated_from_trainer
|
8 |
+
metrics:
|
9 |
+
- rouge
|
10 |
+
model-index:
|
11 |
+
- name: t5-large-billsum
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
# t5-large-billsum
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on an unknown dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.3660
|
23 |
+
- Rouge1: 54.3212
|
24 |
+
- Rouge2: 34.3078
|
25 |
+
- Rougel: 43.7536
|
26 |
+
- Rougelsum: 47.5193
|
27 |
+
|
28 |
+
## Model description
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Intended uses & limitations
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training and evaluation data
|
37 |
+
|
38 |
+
More information needed
|
39 |
+
|
40 |
+
## Training procedure
|
41 |
+
|
42 |
+
### Training hyperparameters
|
43 |
+
|
44 |
+
The following hyperparameters were used during training:
|
45 |
+
- learning_rate: 2e-05
|
46 |
+
- train_batch_size: 8
|
47 |
+
- eval_batch_size: 8
|
48 |
+
- seed: 42
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 4
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
|
57 |
+
| 1.6948 | 1.0 | 1250 | 1.4332 | 52.7319 | 33.508 | 42.6688 | 46.3992 |
|
58 |
+
| 1.4965 | 2.0 | 2500 | 1.3864 | 53.6841 | 33.9189 | 43.3753 | 46.951 |
|
59 |
+
| 1.4333 | 3.0 | 3750 | 1.3707 | 54.2166 | 34.2285 | 43.5537 | 47.2979 |
|
60 |
+
| 1.4006 | 4.0 | 5000 | 1.3660 | 54.3212 | 34.3078 | 43.7536 | 47.5193 |
|
61 |
+
|
62 |
+
|
63 |
+
### Framework versions
|
64 |
+
|
65 |
+
- Transformers 4.44.2
|
66 |
+
- Pytorch 2.5.0+cu121
|
67 |
+
- Datasets 3.0.2
|
68 |
+
- Tokenizers 0.19.1
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"decoder_start_token_id": 0,
|
3 |
+
"eos_token_id": 1,
|
4 |
+
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.44.2"
|
6 |
+
}
|
runs/Oct24_16-26-51_3591d68c4cd7/events.out.tfevents.1729795337.3591d68c4cd7.756.1
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:03736295dbd59613f6923721e53a8b9c04970b791401277adbf5b708b6da9c44
|
3 |
+
size 9021
|