Emil7018 commited on
Commit
c99937e
·
verified ·
1 Parent(s): 536d580

End of training

Browse files
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: ModernBERT-large-FT
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-large-FT
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.5883
23
+ - Accuracy: 0.8958
24
+ - F1: 0.8910
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: 32
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: 10
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
56
+ | 0.8974 | 1.0 | 477 | 0.2649 | 0.9368 | 0.9359 |
57
+ | 0.1073 | 2.0 | 954 | 0.2305 | 0.9558 | 0.9557 |
58
+ | 0.0481 | 3.0 | 1431 | 0.2310 | 0.9610 | 0.9602 |
59
+ | 0.022 | 4.0 | 1908 | 0.1921 | 0.9645 | 0.9641 |
60
+ | 0.007 | 5.0 | 2385 | 0.1973 | 0.9684 | 0.9678 |
61
+ | 0.0072 | 6.0 | 2862 | 0.1938 | 0.9697 | 0.9694 |
62
+ | 0.006 | 7.0 | 3339 | 0.1998 | 0.97 | 0.9696 |
63
+ | 0.002 | 8.0 | 3816 | 0.2106 | 0.9658 | 0.9654 |
64
+ | 0.0007 | 9.0 | 4293 | 0.2084 | 0.9665 | 0.9661 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.56.2
70
+ - Pytorch 2.8.0+cu126
71
+ - Datasets 4.0.0
72
+ - Tokenizers 0.22.1
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.0,
3
+ "eval_accuracy": 0.8958181818181818,
4
+ "eval_f1": 0.8909955292760977,
5
+ "eval_loss": 0.588274359703064,
6
+ "eval_runtime": 10.1401,
7
+ "eval_samples_per_second": 542.4,
8
+ "eval_steps_per_second": 16.962
9
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:98bffe533ebb2c955731f12f37892a73e0b678376c8407ff774b2bb2670e84e2
3
  size 1583962548
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79d6311430818f7bc57f160281381fa5ebb331383e4edf99b09beae21a0d9028
3
  size 1583962548
runs/Oct09_12-35-57_c2b69ed8843f/events.out.tfevents.1760013417.c2b69ed8843f.2826.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30bb26c3a6dff33f9636d1a8ee4da047c97fa19218aef3aab59b7cb575bf8b10
3
- size 18377
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf022b71315257fd9740e3a73f559f696541666745e4a06ca4ae022aa686a8b1
3
+ size 18731
runs/Oct09_12-35-57_c2b69ed8843f/events.out.tfevents.1760015907.c2b69ed8843f.2826.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fac1dc0cd63586e676eae9d569d4bf548066c21d6f09c251aca79b508a071222
3
+ size 1195
test_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.0,
3
+ "eval_accuracy": 0.8958181818181818,
4
+ "eval_f1": 0.8909955292760977,
5
+ "eval_loss": 0.588274359703064,
6
+ "eval_runtime": 10.1401,
7
+ "eval_samples_per_second": 542.4,
8
+ "eval_steps_per_second": 16.962
9
+ }