nguyenkhoa2407 commited on
Commit
0814e47
1 Parent(s): 483482d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -0
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - filter_sort
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: favsbot_filtersort_using_t5_summarization
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: filter_sort
17
+ type: filter_sort
18
+ config: default
19
+ split: train
20
+ args: default
21
+ metrics:
22
+ - name: Rouge1
23
+ type: rouge
24
+ value: 32.9593
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
+ # favsbot_filtersort_using_t5_summarization
31
+
32
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the filter_sort dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.5010
35
+ - Rouge1: 32.9593
36
+ - Rouge2: 0.0
37
+ - Rougel: 32.9003
38
+ - Rougelsum: 32.912
39
+ - Gen Len: 18.8571
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: 16
60
+ - eval_batch_size: 16
61
+ - seed: 42
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - num_epochs: 10
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
69
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
70
+ | 2.8747 | 1.0 | 14 | 1.5385 | 37.0233 | 13.0159 | 36.9587 | 18.6477 | 16.8968 |
71
+ | 2.7176 | 2.0 | 28 | 1.3330 | 49.2393 | 17.2269 | 43.7425 | 43.7607 | 18.8492 |
72
+ | 2.2966 | 3.0 | 42 | 1.1196 | 49.2516 | 17.2269 | 43.7563 | 43.7706 | 18.8135 |
73
+ | 2.2855 | 4.0 | 56 | 0.9385 | 49.2508 | 17.2269 | 43.7537 | 43.7695 | 18.8532 |
74
+ | 2.0585 | 5.0 | 70 | 0.7803 | 49.2508 | 17.2269 | 43.7537 | 43.7695 | 18.8532 |
75
+ | 1.8702 | 6.0 | 84 | 0.6600 | 32.9618 | 0.0 | 32.9021 | 32.9144 | 18.8492 |
76
+ | 1.7851 | 7.0 | 98 | 0.5868 | 32.9593 | 0.0 | 32.9003 | 32.912 | 18.8571 |
77
+ | 1.6443 | 8.0 | 112 | 0.5397 | 32.9593 | 0.0 | 32.9003 | 32.912 | 18.8571 |
78
+ | 1.7303 | 9.0 | 126 | 0.5117 | 32.9593 | 0.0 | 32.9003 | 32.912 | 18.8571 |
79
+ | 1.6068 | 10.0 | 140 | 0.5010 | 32.9593 | 0.0 | 32.9003 | 32.912 | 18.8571 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.21.1
85
+ - Pytorch 1.12.1
86
+ - Datasets 2.4.0
87
+ - Tokenizers 0.12.1