fahmiaziz commited on
Commit
1d29929
1 Parent(s): d195f6f

End of training

Browse files
Files changed (2) hide show
  1. README.md +71 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: t5-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: t5-squad
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-squad
17
+
18
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.8157
21
+ - Rouge1: 0.1335
22
+ - Rouge2: 0.0193
23
+ - Rougel: 0.1312
24
+ - Rougelsum: 0.1310
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 1e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 5
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
55
+ | No log | 0.53 | 100 | 3.2422 | 0.1221 | 0.0171 | 0.1210 | 0.1209 |
56
+ | No log | 1.06 | 200 | 2.9500 | 0.1248 | 0.0170 | 0.1224 | 0.1227 |
57
+ | No log | 1.6 | 300 | 2.8945 | 0.1258 | 0.0173 | 0.1229 | 0.1231 |
58
+ | No log | 2.13 | 400 | 2.8715 | 0.1295 | 0.0191 | 0.1270 | 0.1270 |
59
+ | 3.1266 | 2.66 | 500 | 2.8479 | 0.1299 | 0.0200 | 0.1275 | 0.1275 |
60
+ | 3.1266 | 3.19 | 600 | 2.8316 | 0.1307 | 0.0203 | 0.1285 | 0.1286 |
61
+ | 3.1266 | 3.72 | 700 | 2.8238 | 0.1324 | 0.0204 | 0.1301 | 0.1302 |
62
+ | 3.1266 | 4.26 | 800 | 2.8180 | 0.1339 | 0.0193 | 0.1316 | 0.1315 |
63
+ | 3.1266 | 4.79 | 900 | 2.8157 | 0.1335 | 0.0193 | 0.1312 | 0.1310 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.33.0
69
+ - Pytorch 2.0.0
70
+ - Datasets 2.1.0
71
+ - Tokenizers 0.13.3
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.33.0"
6
+ }