jgibb commited on
Commit
1baba0c
1 Parent(s): 70b903c

training completed[dev]: 512 128

Browse files
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: t5-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ - wer
9
+ model-index:
10
+ - name: t-5-base-bertsum-500
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # t-5-base-bertsum-500
18
+
19
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.2994
22
+ - Rouge1: 0.6466
23
+ - Rouge2: 0.3657
24
+ - Rougel: 0.5798
25
+ - Rougelsum: 0.5798
26
+ - Wer: 0.5246
27
+ - Bleurt: -0.0784
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 6
48
+ - eval_batch_size: 6
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 2
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Wer | Bleurt |
58
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:------:|:-------:|
59
+ | No log | 0.13 | 250 | 1.4553 | 0.6223 | 0.3344 | 0.552 | 0.552 | 0.557 | -0.4294 |
60
+ | 1.9648 | 0.27 | 500 | 1.3993 | 0.6301 | 0.3443 | 0.5613 | 0.5614 | 0.5467 | -0.4022 |
61
+ | 1.9648 | 0.4 | 750 | 1.3747 | 0.6341 | 0.35 | 0.5661 | 0.5661 | 0.5402 | -0.3802 |
62
+ | 1.4858 | 0.53 | 1000 | 1.3547 | 0.638 | 0.3533 | 0.5693 | 0.5693 | 0.5378 | -0.0447 |
63
+ | 1.4858 | 0.66 | 1250 | 1.3431 | 0.639 | 0.3559 | 0.5715 | 0.5715 | 0.5342 | -0.0292 |
64
+ | 1.4484 | 0.8 | 1500 | 1.3321 | 0.6406 | 0.3578 | 0.573 | 0.573 | 0.5322 | -0.0292 |
65
+ | 1.4484 | 0.93 | 1750 | 1.3238 | 0.6418 | 0.3593 | 0.5747 | 0.5747 | 0.5306 | -0.0784 |
66
+ | 1.4226 | 1.06 | 2000 | 1.3185 | 0.6433 | 0.3616 | 0.5762 | 0.5762 | 0.5281 | -0.1084 |
67
+ | 1.4226 | 1.2 | 2250 | 1.3131 | 0.6442 | 0.3624 | 0.5775 | 0.5775 | 0.5277 | -0.1084 |
68
+ | 1.3917 | 1.33 | 2500 | 1.3102 | 0.6453 | 0.3638 | 0.5783 | 0.5783 | 0.5266 | -0.0784 |
69
+ | 1.3917 | 1.46 | 2750 | 1.3060 | 0.6458 | 0.3641 | 0.5788 | 0.5788 | 0.5256 | -0.0292 |
70
+ | 1.4048 | 1.6 | 3000 | 1.3040 | 0.6461 | 0.3649 | 0.5792 | 0.5792 | 0.5253 | -0.0784 |
71
+ | 1.4048 | 1.73 | 3250 | 1.3015 | 0.6463 | 0.3653 | 0.5796 | 0.5795 | 0.525 | -0.0292 |
72
+ | 1.3803 | 1.86 | 3500 | 1.2999 | 0.6463 | 0.3654 | 0.5795 | 0.5795 | 0.5247 | -0.0784 |
73
+ | 1.3803 | 1.99 | 3750 | 1.2994 | 0.6466 | 0.3657 | 0.5798 | 0.5798 | 0.5246 | -0.0784 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.38.2
79
+ - Pytorch 2.2.1+cu121
80
+ - Datasets 2.18.0
81
+ - Tokenizers 0.15.2
all_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "test_BLEURT": -1.4601,
3
+ "test_WER": 0.5257,
4
+ "test_loss": 1.3316419124603271,
5
+ "test_rouge1": 0.644,
6
+ "test_rouge2": 0.3634,
7
+ "test_rougeL": 0.5779,
8
+ "test_rougeLsum": 0.5777,
9
+ "test_runtime": 31.573,
10
+ "test_samples_per_second": 11.941,
11
+ "test_steps_per_second": 1.995
12
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "decoder_start_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.38.2"
7
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:605a61bfd2583256a9910a1ad04ebb9eefb7444b937aa04acd2e69558e3c259d
3
  size 891644712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17b3d31c2133f606a869edefe4fd929e7d753795d76b2ebcb70e47c2923b9084
3
  size 891644712
runs/Apr01_04-03-05_3b5fa3031018/events.out.tfevents.1711944193.3b5fa3031018.361.3 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:72fd308a1e45c84abd4e6e996b1bfd48541286309cd5693dd13f624dc5c706e3
3
- size 10992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d961c47be34fe69518c5dc3ac8981ee34964a09a869e18efdda6592959419b6f
3
+ size 15976
test_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "test_BLEURT": -1.4601,
3
+ "test_WER": 0.5257,
4
+ "test_loss": 1.3316419124603271,
5
+ "test_rouge1": 0.644,
6
+ "test_rouge2": 0.3634,
7
+ "test_rougeL": 0.5779,
8
+ "test_rougeLsum": 0.5777,
9
+ "test_runtime": 31.573,
10
+ "test_samples_per_second": 11.941,
11
+ "test_steps_per_second": 1.995
12
+ }