End of training
Browse files
README.md
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
-
base_model: x2bee/KoModernBERT-base-
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
-
- name: KoModernBERT-base-mlm-v01
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
-
# KoModernBERT-base-mlm-v01
|
16 |
|
17 |
-
This model is a fine-tuned version of [x2bee/KoModernBERT-base-
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -53,15 +53,15 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
|:-------------:|:------:|:----:|:---------------:|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
base_model: x2bee/KoModernBERT-base-mlm-v01
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
+
- name: KoModernBERT-base-mlm-v01-ckp01
|
9 |
results: []
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
+
# KoModernBERT-base-mlm-v01-ckp01
|
16 |
|
17 |
+
This model is a fine-tuned version of [x2bee/KoModernBERT-base-mlm-v01](https://huggingface.co/x2bee/KoModernBERT-base-mlm-v01) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 2.7654
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
|:-------------:|:------:|:----:|:---------------:|
|
56 |
+
| 25.1808 | 0.1051 | 1000 | 3.1264 |
|
57 |
+
| 24.5518 | 0.2102 | 2000 | 3.0455 |
|
58 |
+
| 23.9605 | 0.3153 | 3000 | nan |
|
59 |
+
| 23.8549 | 0.4204 | 4000 | 2.9420 |
|
60 |
+
| 23.2944 | 0.5255 | 5000 | 2.9115 |
|
61 |
+
| 23.0988 | 0.6306 | 6000 | 2.8620 |
|
62 |
+
| 22.7786 | 0.7357 | 7000 | 2.8250 |
|
63 |
+
| 22.4325 | 0.8408 | 8000 | 2.7785 |
|
64 |
+
| 21.9527 | 0.9459 | 9000 | 2.7654 |
|
65 |
|
66 |
|
67 |
### Framework versions
|