lengocquangLAB commited on
Commit
25485a4
·
verified ·
1 Parent(s): 3be96fb

End of training

Browse files
Files changed (2) hide show
  1. README.md +67 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: lengocquangLAB/t5-small-tags-extraction
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: t5-small-tags-extraction-800
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # t5-small-tags-extraction-800
18
+
19
+ This model is a fine-tuned version of [lengocquangLAB/t5-small-tags-extraction](https://huggingface.co/lengocquangLAB/t5-small-tags-extraction) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.7353
22
+ - Rouge1: 0.7928
23
+ - Rouge2: 0.5843
24
+ - Rougel: 0.5943
25
+ - Rougelsum: 0.5942
26
+ - Gen Len: 74.19
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 2
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
57
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
58
+ | No log | 1.0 | 13 | 0.7246 | 0.7955 | 0.5892 | 0.5949 | 0.5948 | 74.21 |
59
+ | No log | 2.0 | 26 | 0.7353 | 0.7928 | 0.5843 | 0.5943 | 0.5942 | 74.19 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.46.3
65
+ - Pytorch 2.4.0
66
+ - Datasets 3.1.0
67
+ - Tokenizers 0.20.3
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.46.3"
6
+ }