xoyeop commited on
Commit
c325782
1 Parent(s): 28f49d6

Model save

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: monologg/koelectra-base-v3-discriminator
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ model-index:
11
+ - name: koelectra-base-v3-discriminator-KEmoFact-EFE-0927
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # koelectra-base-v3-discriminator-KEmoFact-EFE-0927
19
+
20
+ This model is a fine-tuned version of [monologg/koelectra-base-v3-discriminator](https://huggingface.co/monologg/koelectra-base-v3-discriminator) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.5635
23
+ - Precision: 0.3754
24
+ - Recall: 0.4417
25
+ - F1: 0.4058
26
+ - Ov Accuracy: 0.8248
27
+ - Jaccard: 0.7349
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 5e-05
47
+ - train_batch_size: 32
48
+ - eval_batch_size: 32
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 5
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Ov Accuracy | Jaccard |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:-----------:|:-------:|
58
+ | No log | 1.0 | 414 | 0.4083 | 0.3175 | 0.3909 | 0.3504 | 0.8258 | 0.6953 |
59
+ | 0.4405 | 2.0 | 828 | 0.4039 | 0.3208 | 0.4078 | 0.3591 | 0.8256 | 0.7080 |
60
+ | 0.3005 | 3.0 | 1242 | 0.4682 | 0.3448 | 0.4123 | 0.3755 | 0.8251 | 0.7108 |
61
+ | 0.207 | 4.0 | 1656 | 0.5329 | 0.3451 | 0.4218 | 0.3797 | 0.8207 | 0.7076 |
62
+ | 0.1468 | 5.0 | 2070 | 0.5888 | 0.3456 | 0.4235 | 0.3806 | 0.8182 | 0.7093 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.33.2
68
+ - Pytorch 2.0.1+cu118
69
+ - Datasets 2.14.5
70
+ - Tokenizers 0.13.3