QuangHuy54 commited on
Commit
4338e64
1 Parent(s): f3a0fe7

update model card README.md

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