update model card README.md
Browse files
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-t5large-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-t5large-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.6448
|
18 |
+
- Nl2bash M: 0.7181
|
19 |
+
- Gen Len: 14.2079
|
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: 4e-05
|
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.8995 | 1.0 | 561 | 1.1364 | 0.5124 | 13.7261 |
|
51 |
+
| 1.1669 | 2.0 | 1122 | 0.9093 | 0.5966 | 13.9349 |
|
52 |
+
| 0.9508 | 3.0 | 1683 | 0.8024 | 0.645 | 13.7716 |
|
53 |
+
| 0.8426 | 4.0 | 2244 | 0.7366 | 0.6696 | 13.9492 |
|
54 |
+
| 0.7574 | 5.0 | 2805 | 0.6994 | 0.6888 | 14.099 |
|
55 |
+
| 0.6884 | 6.0 | 3366 | 0.6756 | 0.6946 | 14.2498 |
|
56 |
+
| 0.6301 | 7.0 | 3927 | 0.6573 | 0.7101 | 14.3782 |
|
57 |
+
| 0.6031 | 8.0 | 4488 | 0.6476 | 0.7165 | 14.1793 |
|
58 |
+
| 0.5536 | 9.0 | 5049 | 0.6465 | 0.7164 | 14.1989 |
|
59 |
+
| 0.5443 | 10.0 | 5610 | 0.6448 | 0.7181 | 14.2079 |
|
60 |
+
|
61 |
+
|
62 |
+
### Framework versions
|
63 |
+
|
64 |
+
- Transformers 4.27.0.dev0
|
65 |
+
- Pytorch 1.13.1+cu116
|
66 |
+
- Datasets 2.10.1
|
67 |
+
- Tokenizers 0.13.2
|