CocoRoF commited on
Commit
47ae19e
·
verified ·
1 Parent(s): 858a7b4

large-try Done

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: CocoRoF/KoModernBERT-large-mlm
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: KoModernBERT-large-mlm-v2
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-large-mlm-v2
16
+
17
+ This model is a fine-tuned version of [CocoRoF/KoModernBERT-large-mlm](https://huggingface.co/CocoRoF/KoModernBERT-large-mlm) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.0138
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 1e-06
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 4
41
+ - seed: 42
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 8
44
+ - gradient_accumulation_steps: 32
45
+ - total_train_batch_size: 1024
46
+ - total_eval_batch_size: 32
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.98) and epsilon=1e-07 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 1.0
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:------:|:----:|:---------------:|
56
+ | 142.1995 | 0.1007 | 500 | 4.4768 |
57
+ | 125.983 | 0.2014 | 1000 | 3.9783 |
58
+ | 116.4555 | 0.3021 | 1500 | 3.6975 |
59
+ | 112.8675 | 0.4028 | 2000 | 3.4999 |
60
+ | 108.9813 | 0.5035 | 2500 | 3.3531 |
61
+ | 103.8032 | 0.6042 | 3000 | 3.2479 |
62
+ | 101.6015 | 0.7049 | 3500 | 3.1531 |
63
+ | 98.1402 | 0.8056 | 4000 | 3.0711 |
64
+ | 95.7666 | 0.9063 | 4500 | 3.0138 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.49.0
70
+ - Pytorch 2.5.1+cu124
71
+ - Datasets 3.3.2
72
+ - Tokenizers 0.21.1