YeRyeongLee commited on
Commit
a18116d
1 Parent(s): c3bc7cf

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - f1
6
+ model-index:
7
+ - name: pad_left
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
+ # pad_left
15
+
16
+ This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Exact Match: 56.6667
19
+ - F1: 65.2553
20
+ - Loss: 3.6763
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 3e-05
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_ratio: 0.1
46
+ - num_epochs: 10.0
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Exact Match | F1 | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:-----------:|:-------:|:---------------:|
52
+ | 3.2927 | 0.5 | 500 | 40.0 | 47.4740 | 1.6933 |
53
+ | 1.3259 | 1.0 | 1000 | 52.5 | 62.2490 | 1.3006 |
54
+ | 0.8054 | 1.5 | 1500 | 53.75 | 62.8486 | 1.1766 |
55
+ | 0.7301 | 2.0 | 2000 | 53.3333 | 63.2201 | 1.1560 |
56
+ | 0.2873 | 2.51 | 2500 | 52.5 | 62.0972 | 1.7569 |
57
+ | 0.3298 | 3.01 | 3000 | 54.1667 | 63.9874 | 1.5193 |
58
+ | 0.1314 | 3.51 | 3500 | 54.5833 | 63.9709 | 2.4847 |
59
+ | 0.1444 | 4.01 | 4000 | 55.8333 | 65.8511 | 2.3190 |
60
+ | 0.0792 | 4.51 | 4500 | 55.8333 | 65.2121 | 2.7640 |
61
+ | 0.0843 | 5.01 | 5000 | 53.3333 | 62.7642 | 3.0308 |
62
+ | 0.0419 | 5.51 | 5500 | 55.4167 | 65.3449 | 3.1388 |
63
+ | 0.0398 | 6.01 | 6000 | 55.8333 | 65.1194 | 3.4126 |
64
+ | 0.0307 | 6.51 | 6500 | 58.3333 | 66.8042 | 3.3642 |
65
+ | 0.0231 | 7.01 | 7000 | 55.4167 | 64.5461 | 3.5422 |
66
+ | 0.0093 | 7.52 | 7500 | 59.1667 | 67.8312 | 3.6604 |
67
+ | 0.0126 | 8.02 | 8000 | 55.8333 | 65.3008 | 3.7195 |
68
+ | 0.0063 | 8.52 | 8500 | 57.9167 | 65.9737 | 3.7285 |
69
+ | 0.0069 | 9.02 | 9000 | 57.9167 | 65.9792 | 3.7144 |
70
+ | 0.0044 | 9.52 | 9500 | 56.6667 | 65.2553 | 3.6763 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.25.1
76
+ - Pytorch 1.13.0+cu117
77
+ - Datasets 2.7.1
78
+ - Tokenizers 0.13.2