TOPSInfosol commited on
Commit
0c4e88c
·
verified ·
1 Parent(s): 0d50563

Model save

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: 26.1414
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.6094
37
+ - Rouge1: 26.1414
38
+ - Rouge2: 6.2643
39
+ - Rougel: 20.2268
40
+ - Rougelsum: 20.2209
41
+ - Gen Len: 18.7725
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.8659 | 1.0 | 625 | 2.6094 | 26.1414 | 6.2643 | 20.2268 | 20.2209 | 18.7725 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.44.2
79
+ - Pytorch 2.5.0+cu121
80
+ - Datasets 3.1.0
81
+ - 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/Nov08_09-26-23_54681a6ea90e/events.out.tfevents.1731059021.54681a6ea90e.436.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a75392fa68e1e6d309fc1181f641633fbdf45740859ee570a22b56866df8242a
3
- size 6159
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbb2184192879a17c6662718fb76ea7ee527e8729c21f4a5326b45d57da8f3db
3
+ size 7038