WillHeld commited on
Commit
c0f271c
1 Parent(s): ad5aa7a

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-adv-mtop
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-adv-mtop
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.1770
18
+ - Exact Match: 0.5481
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: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 64
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.7704 | 1.09 | 200 | 0.3664 | 0.1315 |
52
+ | 1.9751 | 2.17 | 400 | 0.2091 | 0.3400 |
53
+ | 1.0019 | 3.26 | 600 | 0.1453 | 0.4586 |
54
+ | 1.313 | 4.35 | 800 | 0.1313 | 0.5065 |
55
+ | 0.6593 | 5.43 | 1000 | 0.1281 | 0.5266 |
56
+ | 0.3216 | 6.52 | 1200 | 0.1317 | 0.5253 |
57
+ | 0.4614 | 7.61 | 1400 | 0.1508 | 0.5262 |
58
+ | 0.3577 | 8.69 | 1600 | 0.1422 | 0.5360 |
59
+ | 0.3748 | 9.78 | 1800 | 0.1419 | 0.5459 |
60
+ | 0.2422 | 10.87 | 2000 | 0.1603 | 0.5356 |
61
+ | 0.4443 | 11.96 | 2200 | 0.1526 | 0.5472 |
62
+ | 0.2671 | 13.04 | 2400 | 0.1606 | 0.5481 |
63
+ | 0.227 | 14.13 | 2600 | 0.1774 | 0.5441 |
64
+ | 0.2053 | 15.22 | 2800 | 0.1752 | 0.5441 |
65
+ | 0.1517 | 16.3 | 3000 | 0.1770 | 0.5481 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.24.0
71
+ - Pytorch 1.13.0+cu117
72
+ - Datasets 2.7.0
73
+ - Tokenizers 0.13.2