Ahmed-shetaia commited on
Commit
693b8d6
1 Parent(s): 11db2af

End of training

Browse files
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: t5-small
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - xsum
9
+ metrics:
10
+ - rouge
11
+ model-index:
12
+ - name: t5-small-finetuned-xsum
13
+ results:
14
+ - task:
15
+ name: Sequence-to-sequence Language Modeling
16
+ type: text2text-generation
17
+ dataset:
18
+ name: xsum
19
+ type: xsum
20
+ config: default
21
+ split: validation
22
+ args: default
23
+ metrics:
24
+ - name: Rouge1
25
+ type: rouge
26
+ value: 28.3005
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # t5-small-finetuned-xsum
33
+
34
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xsum dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 2.4780
37
+ - Rouge1: 28.3005
38
+ - Rouge2: 7.7413
39
+ - Rougel: 22.2784
40
+ - Rougelsum: 22.2767
41
+ - Gen Len: 18.8253
42
+
43
+ ## Model description
44
+
45
+ More information needed
46
+
47
+ ## Intended uses & limitations
48
+
49
+ More information needed
50
+
51
+ ## Training and evaluation data
52
+
53
+ More information needed
54
+
55
+ ## Training procedure
56
+
57
+ ### Training hyperparameters
58
+
59
+ The following hyperparameters were used during training:
60
+ - learning_rate: 2e-05
61
+ - train_batch_size: 16
62
+ - eval_batch_size: 16
63
+ - seed: 42
64
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
+ - lr_scheduler_type: linear
66
+ - num_epochs: 1
67
+ - mixed_precision_training: Native AMP
68
+
69
+ ### Training results
70
+
71
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
72
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
73
+ | 2.7074 | 1.0 | 12753 | 2.4780 | 28.3005 | 7.7413 | 22.2784 | 22.2767 | 18.8253 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.45.1
79
+ - Pytorch 2.4.0
80
+ - Datasets 3.0.1
81
+ - Tokenizers 0.20.0
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.45.1"
6
+ }
runs/Oct16_18-24-13_1086aae01f13/events.out.tfevents.1729103129.1086aae01f13.30.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8850ca19765a548cd803ccf3dae6f81ce7247b39847cdfc32664a9925f170f62
3
- size 11224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1813cb0297c62ff95e00e04500c0044dd42e80cda1526cca40a38a2c8b6c29c6
3
+ size 12103