xoyeop commited on
Commit
04a0833
1 Parent(s): ba0e694

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-0925
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-0925
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.1097
23
+ - Precision: 0.3745
24
+ - Recall: 0.4412
25
+ - F1: 0.4051
26
+ - Ov Accuracy: 0.9653
27
+ - Jaccard: 0.7316
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.0797 | 0.3079 | 0.3881 | 0.3434 | 0.9655 | 0.6925 |
59
+ | 0.0956 | 2.0 | 828 | 0.0807 | 0.3064 | 0.3960 | 0.3454 | 0.9654 | 0.7049 |
60
+ | 0.0622 | 3.0 | 1242 | 0.0914 | 0.3319 | 0.4010 | 0.3632 | 0.9655 | 0.7073 |
61
+ | 0.0426 | 4.0 | 1656 | 0.1005 | 0.3527 | 0.4224 | 0.3844 | 0.9660 | 0.7093 |
62
+ | 0.0306 | 5.0 | 2070 | 0.1119 | 0.3450 | 0.4207 | 0.3791 | 0.9647 | 0.7082 |
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