lilferrit commited on
Commit
0a5fc03
1 Parent(s): 8349f72

Model save

Browse files
Files changed (2) hide show
  1. README.md +72 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google-t5/t5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: ft-wmt14
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # ft-wmt14
17
+
18
+ This model is a fine-tuned version of [google-t5/t5-small](https://huggingface.co/google-t5/t5-small) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.6254
21
+ - Bleu: 26.3346
22
+ - Gen Len: 26.6907
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0005
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 2
46
+ - total_train_batch_size: 16
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - training_steps: 100000
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
54
+ |:-------------:|:------:|:------:|:---------------:|:-------:|:-------:|
55
+ | 2.3103 | 0.0355 | 10000 | 1.8454 | 22.058 | 27.7263 |
56
+ | 2.2141 | 0.0710 | 20000 | 1.7811 | 23.339 | 26.7147 |
57
+ | 2.176 | 0.1065 | 30000 | 1.7361 | 24.3234 | 27.125 |
58
+ | 2.139 | 0.1419 | 40000 | 1.7131 | 25.0888 | 26.8213 |
59
+ | 2.1084 | 0.1774 | 50000 | 1.6874 | 24.9992 | 26.824 |
60
+ | 2.0826 | 0.2129 | 60000 | 1.6685 | 25.7297 | 26.62 |
61
+ | 2.068 | 0.2484 | 70000 | 1.6485 | 25.9031 | 26.685 |
62
+ | 2.05 | 0.2839 | 80000 | 1.6371 | 26.143 | 26.8693 |
63
+ | 2.0331 | 0.3194 | 90000 | 1.6311 | 26.3038 | 26.5183 |
64
+ | 2.0273 | 0.3549 | 100000 | 1.6254 | 26.3346 | 26.6907 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.40.0
70
+ - Pytorch 2.2.2+cu121
71
+ - Datasets 2.19.0
72
+ - 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.40.0"
6
+ }