Model save
Browse files
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: beomi/KcELECTRA-base-v2022
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
model-index:
|
11 |
+
- name: KcELECTRA-base-v2022-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 |
+
# KcELECTRA-base-v2022-KEmoFact-0925
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [beomi/KcELECTRA-base-v2022](https://huggingface.co/beomi/KcELECTRA-base-v2022) on an unknown dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0795
|
23 |
+
- Precision: 0.4023
|
24 |
+
- Recall: 0.4558
|
25 |
+
- F1: 0.4274
|
26 |
+
- Ov Accuracy: 0.9755
|
27 |
+
- Jaccard: 0.7418
|
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.0588 | 0.3320 | 0.3756 | 0.3525 | 0.9750 | 0.6882 |
|
59 |
+
| 0.0728 | 2.0 | 828 | 0.0603 | 0.3501 | 0.4050 | 0.3755 | 0.9743 | 0.7056 |
|
60 |
+
| 0.0457 | 3.0 | 1242 | 0.0668 | 0.3675 | 0.4162 | 0.3904 | 0.9748 | 0.7164 |
|
61 |
+
| 0.031 | 4.0 | 1656 | 0.0760 | 0.3717 | 0.4208 | 0.3947 | 0.9746 | 0.7118 |
|
62 |
+
| 0.0212 | 5.0 | 2070 | 0.0844 | 0.3725 | 0.4287 | 0.3986 | 0.9740 | 0.7154 |
|
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
|