shivaneej commited on
Commit
b4aa0e1
1 Parent(s): f3dd93b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: google/flan-t5-base
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -15,14 +15,14 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # subset_model_flan_t5_html
17
 
18
- This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: nan
21
- - Rouge1: 0.2222
22
- - Rouge2: 0.0385
23
- - Rougel: 0.0741
24
- - Rougelsum: 0.0741
25
- - Gen Len: 18.0
26
 
27
  ## Model description
28
 
@@ -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 | nan | 0.2222 | 0.0385 | 0.0741 | 0.0741 | 18.0 |
57
- | No log | 2.0 | 2 | nan | 0.2222 | 0.0385 | 0.0741 | 0.0741 | 18.0 |
58
- | No log | 3.0 | 3 | nan | 0.2222 | 0.0385 | 0.0741 | 0.0741 | 18.0 |
59
- | No log | 4.0 | 4 | nan | 0.2222 | 0.0385 | 0.0741 | 0.0741 | 18.0 |
60
 
61
 
62
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: google/flan-t5-small
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
15
 
16
  # subset_model_flan_t5_html
17
 
18
+ This model is a fine-tuned version of [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 3.4612
21
+ - Rouge1: 0.2632
22
+ - Rouge2: 0.0556
23
+ - Rougel: 0.1579
24
+ - Rougelsum: 0.1579
25
+ - Gen Len: 19.0
26
 
27
  ## Model description
28
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
56
+ | No log | 1.0 | 1 | 3.4752 | 0.2632 | 0.0556 | 0.1579 | 0.1579 | 19.0 |
57
+ | No log | 2.0 | 2 | 3.4546 | 0.2632 | 0.0556 | 0.1579 | 0.1579 | 19.0 |
58
+ | No log | 3.0 | 3 | 3.4557 | 0.2632 | 0.0556 | 0.1579 | 0.1579 | 19.0 |
59
+ | No log | 4.0 | 4 | 3.4612 | 0.2632 | 0.0556 | 0.1579 | 0.1579 | 19.0 |
60
 
61
 
62
  ### Framework versions