End of training
Browse files- README.md +63 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: answerdotai/ModernBERT-base
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: ModernBERT-large-ft-fineweb-edu-annotations-4k
|
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 |
+
# ModernBERT-large-ft-fineweb-edu-annotations-4k
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.0746
|
20 |
+
- F1 Score: 0.7556
|
21 |
+
- Precision Score: 0.7597
|
22 |
+
- Recall Score: 0.7534
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 8e-05
|
42 |
+
- train_batch_size: 24
|
43 |
+
- eval_batch_size: 24
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.98) and epsilon=1e-06 and optimizer_args=No additional optimizer arguments
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 3
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 Score | Precision Score | Recall Score |
|
52 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------------:|:------------:|
|
53 |
+
| 0.6372 | 1.0 | 15581 | 0.5917 | 0.7529 | 0.7596 | 0.7493 |
|
54 |
+
| 0.4359 | 2.0 | 31162 | 0.5922 | 0.7721 | 0.7840 | 0.7671 |
|
55 |
+
| 0.1709 | 3.0 | 46743 | 1.0746 | 0.7556 | 0.7597 | 0.7534 |
|
56 |
+
|
57 |
+
|
58 |
+
### Framework versions
|
59 |
+
|
60 |
+
- Transformers 4.48.0.dev0
|
61 |
+
- Pytorch 2.5.1+cu121
|
62 |
+
- Datasets 3.2.0
|
63 |
+
- Tokenizers 0.21.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 598452088
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb5d0495f575bd5edae84d06dbd7cd7f54cc954bd2a2c55daed1a3e2ea52da0c
|
3 |
size 598452088
|