End of training
Browse files
README.md
CHANGED
@@ -5,7 +5,10 @@ base_model: answerdotai/ModernBERT-base
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
|
|
8 |
- f1
|
|
|
|
|
9 |
model-index:
|
10 |
- name: ModernBERT-domain-classifier
|
11 |
results: []
|
@@ -19,7 +22,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: nan
|
22 |
-
-
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -48,13 +55,13 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
52 |
-
|
53 |
-
| No log | 1.0 | 29 | nan | 0.
|
54 |
-
| No log | 2.0 | 58 | nan | 0.
|
55 |
-
| No log | 3.0 | 87 | nan | 0.
|
56 |
-
| 0.0 | 4.0 | 116 | nan | 0.
|
57 |
-
| 0.0 | 5.0 | 145 | nan | 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
+
- accuracy
|
9 |
- f1
|
10 |
+
- precision
|
11 |
+
- recall
|
12 |
model-index:
|
13 |
- name: ModernBERT-domain-classifier
|
14 |
results: []
|
|
|
22 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: nan
|
25 |
+
- Accuracy: 0.04
|
26 |
+
- F1: 0.0032
|
27 |
+
- F1 Weighted: 0.0031
|
28 |
+
- Precision: 0.0016
|
29 |
+
- Recall: 0.04
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | F1 Weighted | Precision | Recall |
|
59 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:-----------:|:---------:|:------:|
|
60 |
+
| No log | 1.0 | 29 | nan | 0.04 | 0.0032 | 0.0031 | 0.0016 | 0.04 |
|
61 |
+
| No log | 2.0 | 58 | nan | 0.04 | 0.0032 | 0.0031 | 0.0016 | 0.04 |
|
62 |
+
| No log | 3.0 | 87 | nan | 0.04 | 0.0032 | 0.0031 | 0.0016 | 0.04 |
|
63 |
+
| 0.0 | 4.0 | 116 | nan | 0.04 | 0.0032 | 0.0031 | 0.0016 | 0.04 |
|
64 |
+
| 0.0 | 5.0 | 145 | nan | 0.04 | 0.0032 | 0.0031 | 0.0016 | 0.04 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
runs/Jul06_21-09-14_d8e586dd1661/events.out.tfevents.1751836159.d8e586dd1661.5108.2
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee00e988156ceea03b05c65f60c5d93a914a16002b655fd80d625da943a54e49
|
3 |
+
size 10410
|