WillHeld commited on
Commit
afbc5ce
1 Parent(s): 6b1e252

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: t5-base-pointer-top_v2
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-base-pointer-top_v2
14
+
15
+ This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.0257
18
+ - Exact Match: 0.2377
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 0.001
38
+ - train_batch_size: 4
39
+ - eval_batch_size: 4
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 128
42
+ - total_train_batch_size: 512
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - training_steps: 3000
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Exact Match |
50
+ |:-------------:|:-----:|:----:|:---------------:|:-----------:|
51
+ | 1.4545 | 0.82 | 200 | 0.2542 | 0.1294 |
52
+ | 0.1878 | 1.65 | 400 | 0.0668 | 0.2128 |
53
+ | 0.0796 | 2.47 | 600 | 0.0466 | 0.2276 |
54
+ | 0.0536 | 3.29 | 800 | 0.0356 | 0.2309 |
55
+ | 0.0424 | 4.12 | 1000 | 0.0317 | 0.2328 |
56
+ | 0.0356 | 4.94 | 1200 | 0.0295 | 0.2340 |
57
+ | 0.0306 | 5.76 | 1400 | 0.0288 | 0.2357 |
58
+ | 0.0277 | 6.58 | 1600 | 0.0271 | 0.2351 |
59
+ | 0.0243 | 7.41 | 1800 | 0.0272 | 0.2351 |
60
+ | 0.0225 | 8.23 | 2000 | 0.0272 | 0.2353 |
61
+ | 0.0206 | 9.05 | 2200 | 0.0267 | 0.2368 |
62
+ | 0.0187 | 9.88 | 2400 | 0.0260 | 0.2367 |
63
+ | 0.0173 | 10.7 | 2600 | 0.0256 | 0.2383 |
64
+ | 0.0161 | 11.52 | 2800 | 0.0260 | 0.2383 |
65
+ | 0.0153 | 12.35 | 3000 | 0.0257 | 0.2377 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.25.1
71
+ - Pytorch 1.13.0+cu117
72
+ - Datasets 2.7.1
73
+ - Tokenizers 0.13.2