antonkurylo commited on
Commit
c6c3892
1 Parent(s): 3449faf

Training complete

Browse files
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: t5-small
5
+ tags:
6
+ - summarization
7
+ - generated_from_trainer
8
+ metrics:
9
+ - rouge
10
+ model-index:
11
+ - name: t5-small-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-small-billsum
19
+
20
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.9564
23
+ - Rouge1: 50.3551
24
+ - Rouge2: 29.3717
25
+ - Rougel: 39.4102
26
+ - Rougelsum: 43.6247
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: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 5
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
57
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|
58
+ | 2.5468 | 1.0 | 1185 | 2.0937 | 48.625 | 27.492 | 37.671 | 41.4628 |
59
+ | 2.2867 | 2.0 | 2370 | 2.0155 | 49.2547 | 28.248 | 38.39 | 42.3374 |
60
+ | 2.2241 | 3.0 | 3555 | 1.9796 | 49.8802 | 28.8333 | 38.8829 | 43.027 |
61
+ | 2.1925 | 4.0 | 4740 | 1.9620 | 50.07 | 28.9961 | 39.1086 | 43.3251 |
62
+ | 2.1791 | 5.0 | 5925 | 1.9576 | 50.2626 | 29.1819 | 39.2415 | 43.4781 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.44.2
68
+ - Pytorch 2.4.1+cu121
69
+ - Datasets 3.0.2
70
+ - 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
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eadac808fefcfff4e3f0a06c180656eaf680d0de55456f875e31943f0c2aafcb
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:143f65022e0b303547999bc8d69b7ce4eb32f7073e149c4b605b36dd8a7f9d3c
3
  size 242041896
runs/Oct22_21-58-31_31dd76dd388a/events.out.tfevents.1729634318.31dd76dd388a.1125.8 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c59edd0d1c221eaa39ad0208d54376dd75928d71271222c350e0569cedae526
3
- size 7294
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a4e688e28fbf149719454ce9ffb9fa427d2d7447b81c274ae511154ced653a7
3
+ size 8333
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:730a73627aa071dd972944608ec0cad0d3973aade3f75db5a0a6f4bbff37eb97
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7360c6631d65e622ccae509b55a001fcb10c3d61258b55d1444304fc83cfccd8
3
  size 5368