Isha1218 commited on
Commit
010aca1
1 Parent(s): b75fdac

End of training

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