dmen24 commited on
Commit
3809706
·
verified ·
1 Parent(s): 0a19a09

End of training

Browse files
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: t5-small
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - big_patent
9
+ metrics:
10
+ - rouge
11
+ model-index:
12
+ - name: my_T5_summarization_model
13
+ results:
14
+ - task:
15
+ name: Sequence-to-sequence Language Modeling
16
+ type: text2text-generation
17
+ dataset:
18
+ name: big_patent
19
+ type: big_patent
20
+ config: f
21
+ split: validation
22
+ args: f
23
+ metrics:
24
+ - name: Rouge1
25
+ type: rouge
26
+ value: 0.2277
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # my_T5_summarization_model
33
+
34
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the big_patent dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 1.9477
37
+ - Rouge1: 0.2277
38
+ - Rouge2: 0.1286
39
+ - Rougel: 0.1988
40
+ - Rougelsum: 0.1988
41
+ - Gen Len: 19.0
42
+
43
+ ## Model description
44
+
45
+ More information needed
46
+
47
+ ## Intended uses & limitations
48
+
49
+ More information needed
50
+
51
+ ## Training and evaluation data
52
+
53
+ More information needed
54
+
55
+ ## Training procedure
56
+
57
+ ### Training hyperparameters
58
+
59
+ The following hyperparameters were used during training:
60
+ - learning_rate: 2e-05
61
+ - train_batch_size: 16
62
+ - eval_batch_size: 16
63
+ - seed: 42
64
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
+ - lr_scheduler_type: linear
66
+ - num_epochs: 4
67
+ - mixed_precision_training: Native AMP
68
+
69
+ ### Training results
70
+
71
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
72
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:---------:|:-------:|
73
+ | 2.156 | 1.0 | 5348 | 2.0181 | 0.2264 | 0.1267 | 0.1971 | 0.1972 | 19.0 |
74
+ | 2.1095 | 2.0 | 10696 | 1.9737 | 0.227 | 0.1276 | 0.1977 | 0.1978 | 19.0 |
75
+ | 2.0867 | 3.0 | 16044 | 1.9545 | 0.2277 | 0.1285 | 0.1987 | 0.1988 | 19.0 |
76
+ | 2.0577 | 4.0 | 21392 | 1.9477 | 0.2277 | 0.1286 | 0.1988 | 0.1988 | 19.0 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.44.2
82
+ - Pytorch 2.5.0+cu121
83
+ - Datasets 3.1.0
84
+ - Tokenizers 0.19.1
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.44.2"
6
+ }
runs/Nov04_22-34-04_c31ba3ae22e2/events.out.tfevents.1730759648.c31ba3ae22e2.1192.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c9e9f36c4ace4fc6ec9f5c63e2e2094c026c393a153b9eae00b48b802a55d3c
3
- size 16403
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cab320a6d11374d5432b9742f5ebae80d0c34f7925f5d88d258121d548a60096
3
+ size 17298