mousaazari commited on
Commit
7cb88d2
·
1 Parent(s): fcbae43

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.6322
18
- - Rouge2 Precision: 0.7724
19
- - Rouge2 Recall: 0.3399
20
- - Rouge2 Fmeasure: 0.4581
21
 
22
  ## Model description
23
 
@@ -36,7 +36,7 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - learning_rate: 0.0001
40
  - train_batch_size: 8
41
  - eval_batch_size: 8
42
  - seed: 42
@@ -48,16 +48,16 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
50
  |:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
51
- | No log | 1.0 | 11 | 2.2055 | 0.0295 | 0.0079 | 0.0125 |
52
- | No log | 2.0 | 22 | 1.3842 | 0.2474 | 0.12 | 0.1538 |
53
- | No log | 3.0 | 33 | 0.9508 | 0.5971 | 0.3019 | 0.3938 |
54
- | No log | 4.0 | 44 | 0.7835 | 0.7738 | 0.3436 | 0.4646 |
55
- | No log | 5.0 | 55 | 0.7125 | 0.7635 | 0.3364 | 0.4561 |
56
- | No log | 6.0 | 66 | 0.6709 | 0.7605 | 0.3407 | 0.4582 |
57
- | No log | 7.0 | 77 | 0.6626 | 0.7868 | 0.3493 | 0.471 |
58
- | No log | 8.0 | 88 | 0.6443 | 0.7684 | 0.3393 | 0.4578 |
59
- | No log | 9.0 | 99 | 0.6320 | 0.7724 | 0.3399 | 0.4581 |
60
- | No log | 10.0 | 110 | 0.6322 | 0.7724 | 0.3399 | 0.4581 |
61
 
62
 
63
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.4421
18
+ - Rouge2 Precision: 0.8492
19
+ - Rouge2 Recall: 0.37
20
+ - Rouge2 Fmeasure: 0.5022
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - learning_rate: 0.0002
40
  - train_batch_size: 8
41
  - eval_batch_size: 8
42
  - seed: 42
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
50
  |:-------------:|:-----:|:----:|:---------------:|:----------------:|:-------------:|:---------------:|
51
+ | No log | 1.0 | 11 | 1.2891 | 0.3239 | 0.1492 | 0.198 |
52
+ | No log | 2.0 | 22 | 0.7482 | 0.728 | 0.3254 | 0.4383 |
53
+ | No log | 3.0 | 33 | 0.6458 | 0.7737 | 0.3366 | 0.459 |
54
+ | No log | 4.0 | 44 | 0.5512 | 0.8333 | 0.356 | 0.4878 |
55
+ | No log | 5.0 | 55 | 0.5363 | 0.8333 | 0.3622 | 0.4925 |
56
+ | No log | 6.0 | 66 | 0.4863 | 0.8492 | 0.3702 | 0.5021 |
57
+ | No log | 7.0 | 77 | 0.4715 | 0.8413 | 0.3663 | 0.4985 |
58
+ | No log | 8.0 | 88 | 0.4629 | 0.8413 | 0.3663 | 0.4985 |
59
+ | No log | 9.0 | 99 | 0.4397 | 0.8492 | 0.37 | 0.5022 |
60
+ | No log | 10.0 | 110 | 0.4421 | 0.8492 | 0.37 | 0.5022 |
61
 
62
 
63
  ### Framework versions