alexsha commited on
Commit
9968022
1 Parent(s): b1a0323

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -14,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [alexsha/t5-large-finetuned-English-to-BASH](https://huggingface.co/alexsha/t5-large-finetuned-English-to-BASH) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.5974
18
- - Nl2bash M: 0.8941
19
- - Gen Len: 13.3264
20
 
21
  ## Model description
22
 
@@ -36,22 +36,20 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 6e-05
39
- - train_batch_size: 3
40
- - eval_batch_size: 3
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
- - num_epochs: 5
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Nl2bash M | Gen Len |
49
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
50
- | 0.2667 | 1.0 | 645 | 0.5067 | 0.869 | 13.0661 |
51
- | 0.2216 | 2.0 | 1290 | 0.5360 | 0.8747 | 13.4917 |
52
- | 0.1917 | 3.0 | 1935 | 0.5263 | 0.8867 | 13.6488 |
53
- | 0.1185 | 4.0 | 2580 | 0.5827 | 0.8931 | 13.3058 |
54
- | 0.0965 | 5.0 | 3225 | 0.5974 | 0.8941 | 13.3264 |
55
 
56
 
57
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [alexsha/t5-large-finetuned-English-to-BASH](https://huggingface.co/alexsha/t5-large-finetuned-English-to-BASH) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.6790
18
+ - Nl2bash M: 0.8878
19
+ - Gen Len: 13.5207
20
 
21
  ## Model description
22
 
 
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 6e-05
39
+ - train_batch_size: 5
40
+ - eval_batch_size: 5
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
+ - num_epochs: 3
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Nl2bash M | Gen Len |
49
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
50
+ | No log | 1.0 | 387 | 0.6405 | 0.8927 | 13.3223 |
51
+ | 0.0699 | 2.0 | 774 | 0.6508 | 0.8898 | 13.5207 |
52
+ | 0.0578 | 3.0 | 1161 | 0.6790 | 0.8878 | 13.5207 |
 
 
53
 
54
 
55
  ### Framework versions