Frederick0291 commited on
Commit
bd9979d
1 Parent(s): 637f6d0

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -2,26 +2,20 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - xsum
7
  model-index:
8
- - name: t5-small-finetuned-xsum
9
  results:
10
  - task:
11
  name: Sequence-to-sequence Language Modeling
12
  type: text2text-generation
13
- dataset:
14
- name: xsum
15
- type: xsum
16
- args: default
17
  ---
18
 
19
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
20
  should probably proofread and complete it, then remove this comment. -->
21
 
22
- # t5-small-finetuned-xsum
23
 
24
- This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xsum dataset.
25
 
26
  ## Model description
27
 
@@ -41,17 +35,24 @@ More information needed
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 2e-05
44
- - train_batch_size: 3
45
- - eval_batch_size: 3
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - num_epochs: 1
50
  - mixed_precision_training: Native AMP
51
 
 
 
 
 
 
 
 
52
  ### Framework versions
53
 
54
  - Transformers 4.10.2
55
- - Pytorch 1.9.0+cu111
56
  - Datasets 1.12.1
57
  - Tokenizers 0.10.3
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
+ - name: t5-small-finetuned-xsum-finetuned-billsum
7
  results:
8
  - task:
9
  name: Sequence-to-sequence Language Modeling
10
  type: text2text-generation
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
+ # t5-small-finetuned-xsum-finetuned-billsum
17
 
18
+ This model is a fine-tuned version of [Frederick0291/t5-small-finetuned-xsum](https://huggingface.co/Frederick0291/t5-small-finetuned-xsum) on an unknown dataset.
19
 
20
  ## Model description
21
 
 
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 2e-05
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 16
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
  - num_epochs: 1
44
  - mixed_precision_training: Native AMP
45
 
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
49
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
50
+ | No log | 1.0 | 330 | 1.8540 | 32.9258 | 14.9104 | 27.1067 | 27.208 | 18.8437 |
51
+
52
+
53
  ### Framework versions
54
 
55
  - Transformers 4.10.2
56
+ - Pytorch 1.9.0+cu102
57
  - Datasets 1.12.1
58
  - Tokenizers 0.10.3