Leo97 commited on
Commit
6da9db4
·
1 Parent(s): e14617f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ model-index:
9
+ - name: KcELECTRA-small-v2022-finetuned-in-vehicle
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # KcELECTRA-small-v2022-finetuned-in-vehicle
17
+
18
+ This model is a fine-tuned version of [beomi/KcELECTRA-small-v2022](https://huggingface.co/beomi/KcELECTRA-small-v2022) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.2620
21
+ - Accuracy: 0.4033
22
+ - F1: 0.2471
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
+ - train_batch_size: 64
43
+ - eval_batch_size: 64
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 10
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | 2.592 | 1.0 | 38 | 2.5666 | 0.18 | 0.0549 |
54
+ | 2.5555 | 2.0 | 76 | 2.5247 | 0.19 | 0.0725 |
55
+ | 2.5195 | 3.0 | 114 | 2.4783 | 0.3233 | 0.1821 |
56
+ | 2.4729 | 4.0 | 152 | 2.4296 | 0.36 | 0.2079 |
57
+ | 2.4326 | 5.0 | 190 | 2.3825 | 0.38 | 0.2220 |
58
+ | 2.3876 | 6.0 | 228 | 2.3407 | 0.3967 | 0.2318 |
59
+ | 2.3521 | 7.0 | 266 | 2.3069 | 0.3967 | 0.2331 |
60
+ | 2.3246 | 8.0 | 304 | 2.2815 | 0.3967 | 0.2346 |
61
+ | 2.3081 | 9.0 | 342 | 2.2669 | 0.4033 | 0.2468 |
62
+ | 2.2913 | 10.0 | 380 | 2.2620 | 0.4033 | 0.2471 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.26.1
68
+ - Pytorch 1.13.1+cu116
69
+ - Datasets 2.10.1
70
+ - Tokenizers 0.13.2