Zlovoblachko commited on
Commit
230e9af
·
verified ·
1 Parent(s): 768c968

End of training

Browse files
Files changed (2) hide show
  1. README.md +73 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google/long-t5-tglobal-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: my_awesome_dailymail_long_model
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
+ # my_awesome_dailymail_long_model
18
+
19
+ This model is a fine-tuned version of [google/long-t5-tglobal-base](https://huggingface.co/google/long-t5-tglobal-base) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.6759
22
+ - Rouge1: 0.2345
23
+ - Rouge2: 0.0986
24
+ - Rougel: 0.1918
25
+ - Rougelsum: 0.1921
26
+ - Gen Len: 18.999
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
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
57
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
58
+ | 2.5452 | 0.5 | 500 | 1.7971 | 0.227 | 0.0911 | 0.1815 | 0.1815 | 18.9695 |
59
+ | 2.2571 | 1.0 | 1000 | 1.7336 | 0.2315 | 0.0941 | 0.1865 | 0.1865 | 18.995 |
60
+ | 2.1671 | 1.5 | 1500 | 1.7149 | 0.2322 | 0.0958 | 0.1885 | 0.1887 | 18.995 |
61
+ | 2.1123 | 2.0 | 2000 | 1.6973 | 0.2343 | 0.0967 | 0.1903 | 0.1904 | 18.999 |
62
+ | 2.0778 | 2.5 | 2500 | 1.6900 | 0.2349 | 0.0974 | 0.1913 | 0.1914 | 18.999 |
63
+ | 2.0609 | 3.0 | 3000 | 1.6833 | 0.2342 | 0.098 | 0.1914 | 0.1916 | 18.999 |
64
+ | 2.0466 | 3.5 | 3500 | 1.6780 | 0.2344 | 0.0983 | 0.1918 | 0.192 | 18.999 |
65
+ | 2.0454 | 4.0 | 4000 | 1.6759 | 0.2345 | 0.0986 | 0.1918 | 0.1921 | 18.999 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.44.2
71
+ - Pytorch 2.4.0
72
+ - Datasets 3.0.0
73
+ - 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
+ }