jaymanvirk commited on
Commit
c71bec5
1 Parent(s): 8de8be6

Training complete

Browse files
Files changed (3) hide show
  1. README.md +66 -0
  2. generation_config.json +7 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: t5-base
4
+ tags:
5
+ - translation
6
+ - generated_from_trainer
7
+ metrics:
8
+ - sacrebleu
9
+ model-index:
10
+ - name: t5_base_fine_tuned_synthetic_en_de
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
+ # t5_base_fine_tuned_synthetic_en_de
18
+
19
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.3255
22
+ - Sacrebleu: 34.6747
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: 5e-05
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 32
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 5
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Sacrebleu |
53
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|
54
+ | 0.454 | 1.0 | 945 | 0.2922 | 34.8635 |
55
+ | 0.0474 | 2.0 | 1890 | 0.3058 | 34.8379 |
56
+ | 0.0421 | 3.0 | 2835 | 0.3144 | 34.8678 |
57
+ | 0.039 | 4.0 | 3780 | 0.3234 | 34.7021 |
58
+ | 0.0369 | 5.0 | 4725 | 0.3255 | 34.6747 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.35.0
64
+ - Pytorch 2.0.0
65
+ - Datasets 2.1.0
66
+ - Tokenizers 0.14.1
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "max_new_tokens": 128,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.35.0"
7
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:72d9fd86971c696319fbd68bcd7cfccf54c9670d2bb9da813604d164ab152eca
3
  size 891644712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dfeb78e36103bbe1c73d9cb538be311088aa62659c350d6fc6900f1010065c6
3
  size 891644712