vishnun0027 commited on
Commit
f773c23
1 Parent(s): 21e34f2

End of training

Browse files
Files changed (3) hide show
  1. README.md +80 -0
  2. generation_config.json +6 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google-t5/t5-small
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: Text_Summarization
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
+ # Text_Summarization
18
+
19
+ This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.4199
22
+ - Rouge1: 0.2439
23
+ - Rouge2: 0.2006
24
+ - Rougel: 0.2365
25
+ - Rougelsum: 0.2366
26
+ - Gen Len: 18.9994
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: 12
47
+ - eval_batch_size: 12
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 15
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
+ | 1.9264 | 1.0 | 1580 | 1.6705 | 0.2329 | 0.1842 | 0.223 | 0.223 | 18.9994 |
59
+ | 1.8184 | 2.0 | 3160 | 1.5849 | 0.2376 | 0.1894 | 0.2287 | 0.2288 | 18.9988 |
60
+ | 1.7427 | 3.0 | 4740 | 1.5382 | 0.2379 | 0.1914 | 0.2296 | 0.2297 | 18.9994 |
61
+ | 1.7067 | 4.0 | 6320 | 1.5073 | 0.2397 | 0.1943 | 0.2318 | 0.2318 | 19.0 |
62
+ | 1.6783 | 5.0 | 7900 | 1.4873 | 0.2406 | 0.1957 | 0.2329 | 0.2329 | 19.0 |
63
+ | 1.6585 | 6.0 | 9480 | 1.4716 | 0.242 | 0.1976 | 0.2343 | 0.2343 | 19.0 |
64
+ | 1.6457 | 7.0 | 11060 | 1.4572 | 0.2427 | 0.1988 | 0.2351 | 0.2351 | 19.0 |
65
+ | 1.6129 | 8.0 | 12640 | 1.4488 | 0.2433 | 0.1995 | 0.2357 | 0.2358 | 19.0 |
66
+ | 1.6014 | 9.0 | 14220 | 1.4405 | 0.2435 | 0.1999 | 0.236 | 0.236 | 19.0 |
67
+ | 1.5851 | 10.0 | 15800 | 1.4337 | 0.2439 | 0.2002 | 0.2364 | 0.2365 | 18.9994 |
68
+ | 1.5859 | 11.0 | 17380 | 1.4281 | 0.2436 | 0.2 | 0.2362 | 0.2362 | 19.0 |
69
+ | 1.573 | 12.0 | 18960 | 1.4247 | 0.244 | 0.2005 | 0.2365 | 0.2366 | 18.9994 |
70
+ | 1.5826 | 13.0 | 20540 | 1.4220 | 0.244 | 0.2007 | 0.2365 | 0.2365 | 18.9994 |
71
+ | 1.5674 | 14.0 | 22120 | 1.4205 | 0.2439 | 0.2006 | 0.2365 | 0.2365 | 18.9994 |
72
+ | 1.572 | 15.0 | 23700 | 1.4199 | 0.2439 | 0.2006 | 0.2365 | 0.2366 | 18.9994 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.45.1
78
+ - Pytorch 2.4.0
79
+ - Datasets 3.0.1
80
+ - 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
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc07904c394744ae8e896e771c962621a96615bde5ef127c1486d2cd2e467db4
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:648f9b9bc1c9837eca34be729dba631691dc3a99ccc1202eedf8c4d9b9287851
3
  size 242041896