shivaneej commited on
Commit
dd996cf
1 Parent(s): 2dca171

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.2643
21
- - Rouge1: 0.3333
22
- - Rouge2: 0.15
23
- - Rougel: 0.3333
24
- - Rougelsum: 0.3333
25
  - Gen Len: 19.0
26
 
27
  ## Model description
@@ -53,10 +53,10 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
56
- | No log | 1.0 | 1 | 1.3402 | 0.3333 | 0.15 | 0.3333 | 0.3333 | 19.0 |
57
- | No log | 2.0 | 2 | 1.3058 | 0.3333 | 0.15 | 0.3333 | 0.3333 | 19.0 |
58
- | No log | 3.0 | 3 | 1.2792 | 0.3333 | 0.15 | 0.3333 | 0.3333 | 19.0 |
59
- | No log | 4.0 | 4 | 1.2643 | 0.3333 | 0.15 | 0.3333 | 0.3333 | 19.0 |
60
 
61
 
62
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.7052
21
+ - Rouge1: 0.1
22
+ - Rouge2: 0.0
23
+ - Rougel: 0.1
24
+ - Rougelsum: 0.1
25
  - Gen Len: 19.0
26
 
27
  ## Model description
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
56
+ | No log | 1.0 | 1 | 1.8253 | 0.1 | 0.0 | 0.1 | 0.1 | 19.0 |
57
+ | No log | 2.0 | 2 | 1.7629 | 0.1 | 0.0 | 0.1 | 0.1 | 19.0 |
58
+ | No log | 3.0 | 3 | 1.7243 | 0.1 | 0.0 | 0.1 | 0.1 | 19.0 |
59
+ | No log | 4.0 | 4 | 1.7052 | 0.1 | 0.0 | 0.1 | 0.1 | 19.0 |
60
 
61
 
62
  ### Framework versions