Jsevisal commited on
Commit
3d4ddaa
·
verified ·
1 Parent(s): 5949dc9

Model save

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: answerdotai/ModernBERT-large
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - f1
8
+ - accuracy
9
+ model-index:
10
+ - name: ModernEMO-wheel-large-multilabel
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # ModernEMO-wheel-large-multilabel
18
+
19
+ This model is a fine-tuned version of [answerdotai/ModernBERT-large](https://huggingface.co/answerdotai/ModernBERT-large) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.1904
22
+ - F1: 0.6756
23
+ - Roc Auc: 0.8001
24
+ - Accuracy: 0.5859
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: 8e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.98) and epsilon=1e-06 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 2
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|:--------:|
55
+ | 0.2058 | 1.0 | 5427 | 0.1861 | 0.6627 | 0.7864 | 0.5676 |
56
+ | 0.1458 | 2.0 | 10854 | 0.1904 | 0.6756 | 0.8001 | 0.5859 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.49.0.dev0
62
+ - Pytorch 2.5.1+cu124
63
+ - Datasets 3.2.0
64
+ - Tokenizers 0.21.0