ayakiri commited on
Commit
6a9bea0
·
verified ·
1 Parent(s): b65f1c9

Model save

Browse files
Files changed (2) hide show
  1. README.md +62 -0
  2. generation_config.json +7 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: t5-base
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - wi_locness
9
+ model-index:
10
+ - name: sentence-correction-t5-base-enhanced
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
+ # sentence-correction-t5-base-enhanced
18
+
19
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the wi_locness dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.5051
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 3
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | No log | 1.0 | 375 | 1.5925 |
53
+ | 1.9297 | 2.0 | 750 | 1.5209 |
54
+ | 1.5387 | 3.0 | 1125 | 1.5051 |
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.47.1
60
+ - Pytorch 2.5.1+cu121
61
+ - Datasets 3.2.0
62
+ - Tokenizers 0.21.0
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "decoder_start_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.47.1"
7
+ }