alexsha commited on
Commit
0539fce
1 Parent(s): af51b35

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
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
15
+
16
+ This model is a fine-tuned version of [alexsha/t5-small-ENG2BASH-NL2BASH](https://huggingface.co/alexsha/t5-small-ENG2BASH-NL2BASH) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.2460
19
+ - Bleu: 89.1258
20
+ - Gen Len: 6.4872
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 | 63 | 0.9255 | 8.9812 | 6.7179 |
53
+ | No log | 2.0 | 126 | 0.5406 | 52.1648 | 7.0256 |
54
+ | No log | 3.0 | 189 | 0.3841 | 61.0328 | 7.5897 |
55
+ | No log | 4.0 | 252 | 0.2745 | 65.7791 | 7.641 |
56
+ | No log | 5.0 | 315 | 0.2461 | 83.3 | 6.5641 |
57
+ | No log | 6.0 | 378 | 0.2582 | 84.9958 | 6.7436 |
58
+ | No log | 7.0 | 441 | 0.2703 | 85.5359 | 6.3333 |
59
+ | 0.5161 | 8.0 | 504 | 0.2527 | 86.893 | 6.7179 |
60
+ | 0.5161 | 9.0 | 567 | 0.2471 | 88.5593 | 6.5641 |
61
+ | 0.5161 | 10.0 | 630 | 0.2460 | 89.1258 | 6.4872 |
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