ryuno25 commited on
Commit
0517926
1 Parent(s): 3d4e05f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - eli5
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: t5-base-finetuned-eli-5
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: eli5
17
+ type: eli5
18
+ config: LFQA_reddit
19
+ split: train_eli5
20
+ args: LFQA_reddit
21
+ metrics:
22
+ - name: Rouge1
23
+ type: rouge
24
+ value: 13.4
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # t5-base-finetuned-eli-5
31
+
32
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the eli5 dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 3.4557
35
+ - Rouge1: 13.4
36
+ - Rouge2: 1.9415
37
+ - Rougel: 10.4671
38
+ - Rougelsum: 12.0693
39
+ - Gen Len: 18.9529
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 2e-05
59
+ - train_batch_size: 32
60
+ - eval_batch_size: 32
61
+ - seed: 42
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - num_epochs: 1
65
+ - mixed_precision_training: Native AMP
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
70
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:-------:|:---------:|:-------:|
71
+ | 3.6754 | 1.0 | 8520 | 3.4557 | 13.4 | 1.9415 | 10.4671 | 12.0693 | 18.9529 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.22.1
77
+ - Pytorch 1.12.1+cu113
78
+ - Datasets 2.5.1
79
+ - Tokenizers 0.12.1