Petri99 commited on
Commit
d2f04a2
·
verified ·
1 Parent(s): 2e122cd

End of training

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: answerdotai/ModernBERT-large
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ model-index:
11
+ - name: MBERT-Clinc
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
+ # MBERT-Clinc
19
+
20
+ This model is a fine-tuned version of [answerdotai/ModernBERT-large](https://huggingface.co/answerdotai/ModernBERT-large) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.1834
23
+ - Accuracy: 0.9681
24
+ - F1: 0.9677
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: 5e-05
44
+ - train_batch_size: 32
45
+ - eval_batch_size: 8
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: cosine
49
+ - num_epochs: 5
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
55
+ | 1.5635 | 0.4193 | 200 | 0.4160 | 0.8932 | 0.8911 |
56
+ | 0.2762 | 0.8386 | 400 | 0.2421 | 0.9387 | 0.9371 |
57
+ | 0.1315 | 1.2579 | 600 | 0.3010 | 0.9390 | 0.9376 |
58
+ | 0.0801 | 1.6771 | 800 | 0.2305 | 0.9552 | 0.9547 |
59
+ | 0.0736 | 2.0964 | 1000 | 0.2306 | 0.9577 | 0.9573 |
60
+ | 0.0288 | 2.5157 | 1200 | 0.2389 | 0.9545 | 0.9532 |
61
+ | 0.0159 | 2.9350 | 1400 | 0.1933 | 0.9661 | 0.9656 |
62
+ | 0.0069 | 3.3543 | 1600 | 0.1857 | 0.9652 | 0.9648 |
63
+ | 0.0062 | 3.7736 | 1800 | 0.1807 | 0.9677 | 0.9674 |
64
+ | 0.0061 | 4.1929 | 2000 | 0.1841 | 0.9674 | 0.9671 |
65
+ | 0.0011 | 4.6122 | 2200 | 0.1834 | 0.9681 | 0.9677 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.57.1
71
+ - Pytorch 2.8.0+cu126
72
+ - Datasets 4.0.0
73
+ - Tokenizers 0.22.1