Jérôme Bau
commited on
Commit
•
21d81a3
1
Parent(s):
b20cb56
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: t5-small
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- rouge
|
8 |
+
model-index:
|
9 |
+
- name: t5-small-finetuned-coding_instructions_2023_08_18__08_41
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# t5-small-finetuned-coding_instructions_2023_08_18__08_41
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.9209
|
21 |
+
- Rouge1: 13.9516
|
22 |
+
- Rouge2: 6.1527
|
23 |
+
- Rougel: 13.1037
|
24 |
+
- Rougelsum: 13.1244
|
25 |
+
- Gen Len: 18.3077
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training and evaluation data
|
36 |
+
|
37 |
+
More information needed
|
38 |
+
|
39 |
+
## Training procedure
|
40 |
+
|
41 |
+
### Training hyperparameters
|
42 |
+
|
43 |
+
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 2e-05
|
45 |
+
- train_batch_size: 16
|
46 |
+
- eval_batch_size: 16
|
47 |
+
- seed: 42
|
48 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
+
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 10
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
|
56 |
+
| No log | 1.0 | 5 | 2.6656 | 8.6104 | 3.1562 | 8.1185 | 8.1422 | 19.0 |
|
57 |
+
| No log | 2.0 | 10 | 2.5149 | 9.7852 | 3.836 | 9.3185 | 9.3322 | 19.0 |
|
58 |
+
| No log | 3.0 | 15 | 2.3683 | 13.1134 | 5.2015 | 12.1364 | 12.2677 | 19.0 |
|
59 |
+
| No log | 4.0 | 20 | 2.2032 | 13.4182 | 5.1369 | 12.5255 | 12.6118 | 19.0 |
|
60 |
+
| No log | 5.0 | 25 | 2.0986 | 13.6902 | 5.3556 | 12.7848 | 12.898 | 19.0 |
|
61 |
+
| No log | 6.0 | 30 | 2.0232 | 12.7675 | 4.8786 | 11.9464 | 11.9539 | 18.3846 |
|
62 |
+
| No log | 7.0 | 35 | 1.9857 | 13.9444 | 6.1527 | 13.0926 | 13.1171 | 18.5385 |
|
63 |
+
| No log | 8.0 | 40 | 1.9526 | 13.9516 | 6.1527 | 13.1037 | 13.1244 | 18.5385 |
|
64 |
+
| No log | 9.0 | 45 | 1.9303 | 13.9516 | 6.1527 | 13.1037 | 13.1244 | 18.3077 |
|
65 |
+
| No log | 10.0 | 50 | 1.9209 | 13.9516 | 6.1527 | 13.1037 | 13.1244 | 18.3077 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.31.0
|
71 |
+
- Pytorch 2.0.1+cu118
|
72 |
+
- Datasets 2.14.4
|
73 |
+
- Tokenizers 0.13.3
|