alexsha commited on
Commit
9f007a8
1 Parent(s): f83c41a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: t5-large-finetuned-English-to-BASH
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # t5-large-finetuned-English-to-BASH
14
+
15
+ This model is a fine-tuned version of [t5-large](https://huggingface.co/t5-large) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.6147
18
+ - Nl2bash M: 0.776
19
+ - Gen Len: 14.4407
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0001
39
+ - train_batch_size: 16
40
+ - eval_batch_size: 16
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 10
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Nl2bash M | Gen Len |
49
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
50
+ | 1.5433 | 1.0 | 561 | 0.9192 | 0.6019 | 13.6592 |
51
+ | 0.9018 | 2.0 | 1122 | 0.7196 | 0.6793 | 14.3167 |
52
+ | 0.6917 | 3.0 | 1683 | 0.6409 | 0.7169 | 14.3827 |
53
+ | 0.5842 | 4.0 | 2244 | 0.6094 | 0.7384 | 14.1775 |
54
+ | 0.5013 | 5.0 | 2805 | 0.6041 | 0.7577 | 14.2194 |
55
+ | 0.4295 | 6.0 | 3366 | 0.5921 | 0.7632 | 14.4202 |
56
+ | 0.3762 | 7.0 | 3927 | 0.5983 | 0.7625 | 14.4853 |
57
+ | 0.3366 | 8.0 | 4488 | 0.6032 | 0.7707 | 14.4755 |
58
+ | 0.2779 | 9.0 | 5049 | 0.6084 | 0.7725 | 14.3666 |
59
+ | 0.2654 | 10.0 | 5610 | 0.6147 | 0.776 | 14.4407 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.27.0.dev0
65
+ - Pytorch 1.13.1
66
+ - Datasets 2.9.0
67
+ - Tokenizers 0.13.2