cheaptrix commited on
Commit
3d15d5f
1 Parent(s): edee54c

Model save

Browse files
Files changed (2) hide show
  1. README.md +69 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: TokenizerTestingMTSUFall2024SoftwareEngineering
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
+ # TokenizerTestingMTSUFall2024SoftwareEngineering
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.5834
22
+ - Rouge1: 0.2719
23
+ - Rouge2: 0.2175
24
+ - Rougel: 0.2629
25
+ - Rougelsum: 0.2629
26
+ - Gen Len: 18.9753
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: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 4
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.8415 | 1.0 | 12975 | 1.6850 | 0.2704 | 0.2117 | 0.2604 | 0.2604 | 18.9826 |
59
+ | 1.7849 | 2.0 | 25950 | 1.6190 | 0.2713 | 0.2159 | 0.2621 | 0.262 | 18.9747 |
60
+ | 1.7692 | 3.0 | 38925 | 1.5916 | 0.2718 | 0.2172 | 0.2628 | 0.2627 | 18.9762 |
61
+ | 1.74 | 4.0 | 51900 | 1.5834 | 0.2719 | 0.2175 | 0.2629 | 0.2629 | 18.9753 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.44.2
67
+ - Pytorch 2.4.1+cu121
68
+ - Datasets 3.0.1
69
+ - 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
+ }