WillHeld commited on
Commit
e49d385
1 Parent(s): 21dc618

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-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-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.1775
18
+ - Exact Match: 0.5468
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.7749 | 6.65 | 200 | 0.5892 | 0.0031 |
52
+ | 0.6021 | 13.33 | 400 | 0.5160 | 0.0139 |
53
+ | 0.6044 | 19.98 | 600 | 0.4080 | 0.0532 |
54
+ | 0.3302 | 26.65 | 800 | 0.1865 | 0.3620 |
55
+ | 0.1483 | 33.33 | 1000 | 0.1267 | 0.5105 |
56
+ | 0.0768 | 39.98 | 1200 | 0.1131 | 0.5298 |
57
+ | 0.0525 | 46.65 | 1400 | 0.1219 | 0.5414 |
58
+ | 0.0801 | 53.33 | 1600 | 0.1186 | 0.5275 |
59
+ | 0.0331 | 59.98 | 1800 | 0.1306 | 0.5423 |
60
+ | 0.0254 | 66.65 | 2000 | 0.1396 | 0.5396 |
61
+ | 0.0168 | 73.33 | 2200 | 0.1560 | 0.5436 |
62
+ | 0.0129 | 79.98 | 2400 | 0.1659 | 0.5494 |
63
+ | 0.0105 | 86.65 | 2600 | 0.1699 | 0.5423 |
64
+ | 0.0088 | 93.33 | 2800 | 0.1742 | 0.5472 |
65
+ | 0.0077 | 99.98 | 3000 | 0.1775 | 0.5468 |
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