alexsha commited on
Commit
49a0e9c
1 Parent(s): 9dd77dd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - bleu
6
+ model-index:
7
+ - name: t5-small-ENG2BASH-NL2BASH-customv1-customv2
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # t5-small-ENG2BASH-NL2BASH-customv1-customv2
15
+
16
+ This model is a fine-tuned version of [alexsha/t5-small-ENG2BASH-NL2BASH-customv1](https://huggingface.co/alexsha/t5-small-ENG2BASH-NL2BASH-customv1) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.3117
19
+ - Bleu: 62.6753
20
+ - Gen Len: 17.36
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0002
40
+ - train_batch_size: 5
41
+ - eval_batch_size: 5
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 10
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
51
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
52
+ | No log | 1.0 | 40 | 1.3531 | 21.0375 | 12.04 |
53
+ | No log | 2.0 | 80 | 0.6775 | 56.9739 | 16.88 |
54
+ | No log | 3.0 | 120 | 0.5087 | 61.3993 | 17.2 |
55
+ | No log | 4.0 | 160 | 0.4243 | 58.4332 | 17.2 |
56
+ | No log | 5.0 | 200 | 0.3642 | 61.2412 | 17.44 |
57
+ | No log | 6.0 | 240 | 0.3367 | 63.1132 | 17.56 |
58
+ | No log | 7.0 | 280 | 0.3181 | 63.1132 | 17.56 |
59
+ | No log | 8.0 | 320 | 0.3140 | 62.9769 | 17.44 |
60
+ | No log | 9.0 | 360 | 0.3136 | 63.861 | 17.32 |
61
+ | No log | 10.0 | 400 | 0.3117 | 62.6753 | 17.36 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.27.0.dev0
67
+ - Pytorch 1.13.1
68
+ - Datasets 2.9.0
69
+ - Tokenizers 0.13.2