cheaptrix commited on
Commit
08be2e5
·
verified ·
1 Parent(s): 9e0e47b

Model save

Browse files
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google-t5/t5-small
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: MTSUSpring2025SoftwareEngineering
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
+ # MTSUSpring2025SoftwareEngineering
18
+
19
+ This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.4609
22
+ - Rouge1: 0.2922
23
+ - Rouge2: 0.2362
24
+ - Rougel: 0.282
25
+ - Rougelsum: 0.282
26
+ - Gen Len: 19.951
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: 4
47
+ - eval_batch_size: 4
48
+ - seed: 42
49
+ - optimizer: Use OptimizerNames.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: 6
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
+ | 1.8149 | 1.0 | 12429 | 1.6198 | 0.2838 | 0.2222 | 0.2726 | 0.2726 | 19.9612 |
59
+ | 1.7131 | 2.0 | 24858 | 1.5410 | 0.2874 | 0.2291 | 0.2768 | 0.2767 | 19.9596 |
60
+ | 1.6671 | 3.0 | 37287 | 1.5011 | 0.2892 | 0.2316 | 0.2787 | 0.2787 | 19.9572 |
61
+ | 1.6542 | 4.0 | 49716 | 1.4750 | 0.291 | 0.2349 | 0.2809 | 0.2808 | 19.9496 |
62
+ | 1.6116 | 5.0 | 62145 | 1.4636 | 0.292 | 0.236 | 0.2818 | 0.2818 | 19.9516 |
63
+ | 1.6247 | 6.0 | 74574 | 1.4609 | 0.2922 | 0.2362 | 0.282 | 0.282 | 19.951 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.48.3
69
+ - Pytorch 2.5.1+cu124
70
+ - Datasets 3.3.2
71
+ - Tokenizers 0.21.0
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.48.3"
6
+ }
runs/Feb21_07-29-47_a50bffe4427b/events.out.tfevents.1740122988.a50bffe4427b.9346.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3962b60fd5f7693304c437d4d839b1ee1589a206c4916685b22b55628700abc5
3
- size 40717
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec98a3ad202b6e356c5e7b2b1a18c13ae2149079c7137fc59f7ad80722bf526e
3
+ size 41612