psxjp5 commited on
Commit
10da3b4
1 Parent(s): f8d89d9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ - bleu
9
+ model-index:
10
+ - name: mt5-small_test_35
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
+ # mt5-small_test_35
18
+
19
+ This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.7383
22
+ - Rouge1: 43.9482
23
+ - Rouge2: 38.4156
24
+ - Rougel: 42.6232
25
+ - Rougelsum: 42.674
26
+ - Bleu: 33.3469
27
+ - Gen Len: 12.4725
28
+ - Meteor: 0.4016
29
+ - True negatives: 70.997
30
+ - False negatives: 11.8271
31
+ - Cosine Sim: 0.7532
32
+
33
+ ## Model description
34
+
35
+ More information needed
36
+
37
+ ## Intended uses & limitations
38
+
39
+ More information needed
40
+
41
+ ## Training and evaluation data
42
+
43
+ More information needed
44
+
45
+ ## Training procedure
46
+
47
+ ### Training hyperparameters
48
+
49
+ The following hyperparameters were used during training:
50
+ - learning_rate: 0.001
51
+ - train_batch_size: 16
52
+ - eval_batch_size: 16
53
+ - seed: 9
54
+ - gradient_accumulation_steps: 8
55
+ - total_train_batch_size: 128
56
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
+ - lr_scheduler_type: linear
58
+ - num_epochs: 20
59
+
60
+ ### Training results
61
+
62
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Bleu | Gen Len | Meteor | True negatives | False negatives | Cosine Sim |
63
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|:-------:|:------:|:--------------:|:---------------:|:----------:|
64
+ | 2.4524 | 1.0 | 175 | 0.9783 | 17.6419 | 14.587 | 17.1176 | 17.1329 | 6.1296 | 7.3271 | 0.1531 | 75.7704 | 59.8602 | 0.3786 |
65
+ | 1.1433 | 1.99 | 350 | 0.8448 | 38.9957 | 33.2414 | 37.7868 | 37.8653 | 27.5883 | 12.3274 | 0.3526 | 60.3625 | 17.236 | 0.6954 |
66
+ | 0.9381 | 2.99 | 525 | 0.8067 | 42.4146 | 36.3126 | 40.964 | 41.0427 | 31.5838 | 13.0716 | 0.3833 | 59.6375 | 11.1801 | 0.7425 |
67
+ | 0.8116 | 3.98 | 700 | 0.7712 | 43.8741 | 37.8446 | 42.3785 | 42.4778 | 33.1873 | 13.0574 | 0.3982 | 61.9335 | 9.5238 | 0.7586 |
68
+ | 0.7218 | 4.98 | 875 | 0.7439 | 43.1579 | 37.3057 | 41.7059 | 41.8024 | 32.5124 | 12.7853 | 0.3931 | 65.8006 | 11.2836 | 0.7498 |
69
+ | 0.6461 | 5.97 | 1050 | 0.7254 | 39.9226 | 34.552 | 38.7033 | 38.7665 | 27.9936 | 11.4675 | 0.3638 | 77.9456 | 18.5041 | 0.7003 |
70
+ | 0.5852 | 6.97 | 1225 | 0.7290 | 44.131 | 38.3527 | 42.7974 | 42.8549 | 33.6955 | 12.7811 | 0.4026 | 67.855 | 10.3778 | 0.7599 |
71
+ | 0.5421 | 7.96 | 1400 | 0.7248 | 44.5368 | 38.7443 | 43.2111 | 43.2976 | 34.1121 | 12.7875 | 0.4071 | 67.5529 | 10.4037 | 0.7637 |
72
+ | 0.5026 | 8.96 | 1575 | 0.7383 | 43.9482 | 38.4156 | 42.6232 | 42.674 | 33.3469 | 12.4725 | 0.4016 | 70.997 | 11.8271 | 0.7532 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.31.0
78
+ - Pytorch 2.0.1+cu118
79
+ - Datasets 2.13.1
80
+ - Tokenizers 0.13.3