YeRyeongLee commited on
Commit
0280e5c
1 Parent(s): 8e86d30

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
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - f1
6
+ model-index:
7
+ - name: org_and_korquad
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
+ # org_and_korquad
15
+
16
+ This model is a fine-tuned version of [klue/roberta-large](https://huggingface.co/klue/roberta-large) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Exact Match: 69.1667
19
+ - F1: 77.4615
20
+ - Loss: 1.8961
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: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 8
44
+ - total_train_batch_size: 128
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_ratio: 0.1
48
+ - num_epochs: 10.0
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Exact Match | F1 | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:-----------:|:-------:|:---------------:|
54
+ | No log | 0.83 | 500 | 62.5 | 70.6430 | 0.9231 |
55
+ | No log | 1.65 | 1000 | 66.25 | 75.8942 | 0.8221 |
56
+ | No log | 2.48 | 1500 | 67.9167 | 76.0458 | 0.9581 |
57
+ | No log | 3.31 | 2000 | 69.1667 | 77.5276 | 1.1324 |
58
+ | No log | 4.14 | 2500 | 67.9167 | 76.8019 | 1.2806 |
59
+ | No log | 4.97 | 3000 | 68.75 | 76.8566 | 1.3316 |
60
+ | No log | 5.79 | 3500 | 66.25 | 74.1136 | 1.4468 |
61
+ | No log | 6.62 | 4000 | 65.0 | 73.9254 | 1.5662 |
62
+ | No log | 7.45 | 4500 | 67.9167 | 76.6298 | 1.5423 |
63
+ | No log | 8.28 | 5000 | 67.5 | 75.6113 | 1.7773 |
64
+ | No log | 9.11 | 5500 | 68.3333 | 76.5557 | 1.8478 |
65
+ | No log | 9.93 | 6000 | 69.1667 | 77.4615 | 1.8961 |
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