alexsha commited on
Commit
1bafa6b
1 Parent(s): 41755c2

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-small-finetuned-NL2BASH-customv3
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-small-finetuned-NL2BASH-customv3
14
+
15
+ This model is a fine-tuned version of [kevinum/t5-small-finetuned-English-to-BASH](https://huggingface.co/kevinum/t5-small-finetuned-English-to-BASH) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.2677
18
+ - Nl2bash M: 0.6643
19
+ - Gen Len: 13.1786
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
+ | No log | 1.0 | 126 | 2.4842 | 0.3006 | 12.6508 |
51
+ | No log | 2.0 | 252 | 1.9796 | 0.4956 | 12.6468 |
52
+ | No log | 3.0 | 378 | 1.7191 | 0.5892 | 12.9365 |
53
+ | 2.3246 | 4.0 | 504 | 1.5621 | 0.6191 | 12.7063 |
54
+ | 2.3246 | 5.0 | 630 | 1.4458 | 0.6451 | 13.0714 |
55
+ | 2.3246 | 6.0 | 756 | 1.3707 | 0.6633 | 12.9524 |
56
+ | 2.3246 | 7.0 | 882 | 1.3228 | 0.6695 | 12.9048 |
57
+ | 1.415 | 8.0 | 1008 | 1.2921 | 0.6661 | 13.0357 |
58
+ | 1.415 | 9.0 | 1134 | 1.2737 | 0.6648 | 13.1905 |
59
+ | 1.415 | 10.0 | 1260 | 1.2677 | 0.6643 | 13.1786 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.26.1
65
+ - Pytorch 1.13.1
66
+ - Datasets 2.6.1
67
+ - Tokenizers 0.11.0