Josh98 commited on
Commit
7837178
1 Parent(s): b8ba5e4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: t5-small-t5small-NL2BASH_testmetric
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-t5small-NL2BASH_testmetric
14
+
15
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.8419
18
+ - Nl2bash M metric score: 0.6705
19
+ - Gen Len: 14.1204
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.0002
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
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Nl2bash M metric score | Gen Len |
50
+ |:-------------:|:-----:|:----:|:---------------:|:----------------------:|:-------:|
51
+ | 1.9108 | 1.0 | 561 | 1.3959 | 0.4604 | 13.2667 |
52
+ | 1.4715 | 2.0 | 1122 | 1.1810 | 0.5367 | 14.2346 |
53
+ | 1.2636 | 3.0 | 1683 | 1.0533 | 0.5829 | 13.8903 |
54
+ | 1.1565 | 4.0 | 2244 | 0.9805 | 0.6189 | 14.0642 |
55
+ | 1.0652 | 5.0 | 2805 | 0.9298 | 0.6389 | 14.1401 |
56
+ | 0.9923 | 6.0 | 3366 | 0.8979 | 0.6479 | 14.0285 |
57
+ | 0.9259 | 7.0 | 3927 | 0.8678 | 0.6576 | 14.2453 |
58
+ | 0.8942 | 8.0 | 4488 | 0.8515 | 0.6648 | 14.1418 |
59
+ | 0.8456 | 9.0 | 5049 | 0.8452 | 0.6728 | 14.0714 |
60
+ | 0.8273 | 10.0 | 5610 | 0.8419 | 0.6705 | 14.1204 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.27.0.dev0
66
+ - Pytorch 1.13.1+cu116
67
+ - Datasets 2.10.0
68
+ - Tokenizers 0.13.2