ajscalers commited on
Commit
9df0298
1 Parent(s): b074060

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -28
README.md CHANGED
@@ -4,24 +4,9 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - xsum
7
- metrics:
8
- - rouge
9
  model-index:
10
  - name: t5-small-finetuned-xsum
11
- results:
12
- - task:
13
- name: Sequence-to-sequence Language Modeling
14
- type: text2text-generation
15
- dataset:
16
- name: xsum
17
- type: xsum
18
- config: default
19
- split: validation
20
- args: default
21
- metrics:
22
- - name: Rouge1
23
- type: rouge
24
- value: 26.7156
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,13 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
30
  # t5-small-finetuned-xsum
31
 
32
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xsum dataset.
33
- It achieves the following results on the evaluation set:
34
- - Loss: 2.5616
35
- - Rouge1: 26.7156
36
- - Rouge2: 6.6843
37
- - Rougel: 20.819
38
- - Rougelsum: 20.8237
39
- - Gen Len: 18.8024
40
 
41
  ## Model description
42
 
@@ -56,8 +34,8 @@ More information needed
56
 
57
  The following hyperparameters were used during training:
58
  - learning_rate: 2e-05
59
- - train_batch_size: 128
60
- - eval_batch_size: 128
61
  - seed: 42
62
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
  - lr_scheduler_type: linear
@@ -66,9 +44,9 @@ The following hyperparameters were used during training:
66
 
67
  ### Training results
68
 
69
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
70
- |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:------:|:---------:|:-------:|
71
- | 2.8067 | 1.0 | 1595 | 2.5616 | 26.7156 | 6.6843 | 20.819 | 20.8237 | 18.8024 |
72
 
73
 
74
  ### Framework versions
 
4
  - generated_from_trainer
5
  datasets:
6
  - xsum
 
 
7
  model-index:
8
  - name: t5-small-finetuned-xsum
9
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
  # t5-small-finetuned-xsum
16
 
17
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xsum dataset.
 
 
 
 
 
 
 
18
 
19
  ## Model description
20
 
 
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 2e-05
37
+ - train_batch_size: 672
38
+ - eval_batch_size: 672
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
 
44
 
45
  ### Training results
46
 
47
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
48
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
49
+ | No log | 1.0 | 304 | 2.6701 | 23.8174 | 5.0625 | 18.3813 | 18.3799 | 18.7324 |
50
 
51
 
52
  ### Framework versions