Emil7018 commited on
Commit
485586c
·
verified ·
1 Parent(s): 529b4b4

Training complete

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: answerdotai/ModernBERT-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ model-index:
11
+ - name: ModernBERT-base-distilled-Optuna
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
+ # ModernBERT-base-distilled-Optuna
19
+
20
+ This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.4829
23
+ - Accuracy: 0.9535
24
+ - F1: 0.9531
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
+ - train_batch_size: 48
45
+ - eval_batch_size: 48
46
+ - seed: 42
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 5
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
56
+ | 3.1306 | 1.0 | 318 | 1.3620 | 0.9074 | 0.9046 |
57
+ | 0.9261 | 2.0 | 636 | 0.8024 | 0.9439 | 0.9423 |
58
+ | 0.4981 | 3.0 | 954 | 0.5799 | 0.9526 | 0.9522 |
59
+ | 0.3341 | 4.0 | 1272 | 0.5009 | 0.9526 | 0.9522 |
60
+ | 0.2715 | 5.0 | 1590 | 0.4829 | 0.9535 | 0.9531 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.57.0
66
+ - Pytorch 2.8.0+cu126
67
+ - Datasets 4.0.0
68
+ - Tokenizers 0.22.1