shannb commited on
Commit
9db5751
1 Parent(s): 09ec35a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
+ model-index:
8
+ - name: t5-small-finetuned-TEC-to-eng
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # t5-small-finetuned-TEC-to-eng
16
+
17
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.1228
20
+ - Bleu: 59.1533
21
+ - Gen Len: 13.6042
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 15
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
51
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
52
+ | No log | 1.0 | 9 | 1.2883 | 27.8113 | 14.5417 |
53
+ | No log | 2.0 | 18 | 1.2612 | 36.077 | 14.0833 |
54
+ | No log | 3.0 | 27 | 1.2353 | 46.0316 | 14.0208 |
55
+ | No log | 4.0 | 36 | 1.2140 | 46.7401 | 13.9583 |
56
+ | No log | 5.0 | 45 | 1.1939 | 53.5996 | 13.6667 |
57
+ | No log | 6.0 | 54 | 1.1780 | 57.126 | 13.6042 |
58
+ | No log | 7.0 | 63 | 1.1663 | 57.2237 | 13.6042 |
59
+ | No log | 8.0 | 72 | 1.1559 | 59.1533 | 13.6042 |
60
+ | No log | 9.0 | 81 | 1.1477 | 59.1533 | 13.6042 |
61
+ | No log | 10.0 | 90 | 1.1396 | 59.1533 | 13.6042 |
62
+ | No log | 11.0 | 99 | 1.1317 | 59.1533 | 13.6042 |
63
+ | 1.1496 | 12.0 | 108 | 1.1277 | 59.1533 | 13.6042 |
64
+ | 1.1496 | 13.0 | 117 | 1.1250 | 59.1533 | 13.6042 |
65
+ | 1.1496 | 14.0 | 126 | 1.1233 | 59.1533 | 13.6042 |
66
+ | 1.1496 | 15.0 | 135 | 1.1228 | 59.1533 | 13.6042 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.26.1
72
+ - Pytorch 1.13.1+cu116
73
+ - Datasets 2.10.1
74
+ - Tokenizers 0.13.2