garweet commited on
Commit
bf7a66f
·
1 Parent(s): cdb5f3b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
+ model-index:
8
+ - name: t5-small-finetuned-arxiv
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # t5-small-finetuned-arxiv
16
+
17
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.9410
20
+ - Rouge1: 44.2057
21
+ - Rouge2: 26.3945
22
+ - Rougel: 41.0867
23
+ - Rougelsum: 41.1266
24
+ - Gen Len: 15.4823
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 10
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
56
+ | 2.2575 | 1.0 | 962 | 2.0953 | 42.5671 | 25.1685 | 39.512 | 39.56 | 15.2364 |
57
+ | 2.2429 | 2.0 | 1924 | 2.0478 | 43.2039 | 25.6532 | 40.0982 | 40.14 | 15.5348 |
58
+ | 2.1681 | 3.0 | 2886 | 2.0142 | 43.3067 | 25.6469 | 40.231 | 40.2612 | 15.4203 |
59
+ | 2.1345 | 4.0 | 3848 | 1.9923 | 43.5389 | 25.7978 | 40.4842 | 40.5198 | 15.3624 |
60
+ | 2.1119 | 5.0 | 4810 | 1.9705 | 43.7348 | 25.9579 | 40.6156 | 40.6524 | 15.5465 |
61
+ | 2.0691 | 6.0 | 5772 | 1.9609 | 43.8176 | 26.0436 | 40.7356 | 40.7826 | 15.503 |
62
+ | 2.0529 | 7.0 | 6734 | 1.9495 | 43.9817 | 26.1828 | 40.8773 | 40.9228 | 15.4942 |
63
+ | 2.0373 | 8.0 | 7696 | 1.9462 | 44.1354 | 26.306 | 41.0226 | 41.0643 | 15.4833 |
64
+ | 2.0368 | 9.0 | 8658 | 1.9421 | 44.1785 | 26.3725 | 41.068 | 41.1092 | 15.504 |
65
+ | 2.0283 | 10.0 | 9620 | 1.9410 | 44.2057 | 26.3945 | 41.0867 | 41.1266 | 15.4823 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.28.1
71
+ - Pytorch 2.0.0+cu118
72
+ - Datasets 2.12.0
73
+ - Tokenizers 0.13.3