raf-dc commited on
Commit
a4b6713
1 Parent(s): 52b8ba1

End of training

Browse files
Files changed (2) hide show
  1. README.md +75 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: t5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: model
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # model
15
+
16
+ This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.1818
19
+ - Edit Distance: 13.598
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: 2e-05
39
+ - train_batch_size: 18
40
+ - eval_batch_size: 18
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 18
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Edit Distance |
49
+ |:-------------:|:-----:|:----:|:---------------:|:-------------:|
50
+ | 0.7351 | 1.0 | 500 | 0.2832 | 13.844 |
51
+ | 0.3224 | 2.0 | 1000 | 0.2401 | 13.85 |
52
+ | 0.2788 | 3.0 | 1500 | 0.2285 | 13.795 |
53
+ | 0.2595 | 4.0 | 2000 | 0.2179 | 13.805 |
54
+ | 0.2469 | 5.0 | 2500 | 0.2066 | 13.687 |
55
+ | 0.233 | 6.0 | 3000 | 0.1912 | 13.67 |
56
+ | 0.219 | 7.0 | 3500 | 0.1874 | 13.658 |
57
+ | 0.2135 | 8.0 | 4000 | 0.1895 | 13.65 |
58
+ | 0.2101 | 9.0 | 4500 | 0.1883 | 13.643 |
59
+ | 0.2074 | 10.0 | 5000 | 0.1836 | 13.643 |
60
+ | 0.2057 | 11.0 | 5500 | 0.1825 | 13.649 |
61
+ | 0.2042 | 12.0 | 6000 | 0.1834 | 13.614 |
62
+ | 0.2034 | 13.0 | 6500 | 0.1828 | 13.623 |
63
+ | 0.2017 | 14.0 | 7000 | 0.1820 | 13.653 |
64
+ | 0.2017 | 15.0 | 7500 | 0.1824 | 13.634 |
65
+ | 0.2004 | 16.0 | 8000 | 0.1822 | 13.641 |
66
+ | 0.2006 | 17.0 | 8500 | 0.1817 | 13.62 |
67
+ | 0.2005 | 18.0 | 9000 | 0.1818 | 13.598 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.34.0
73
+ - Pytorch 2.0.1+cu118
74
+ - Datasets 2.14.5
75
+ - Tokenizers 0.14.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.34.0"
6
+ }