End of training
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -52,9 +52,10 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
55 |
-
| 0.
|
56 |
-
|
|
57 |
-
| 0.
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3131
|
22 |
+
- Accuracy: 0.9412
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
55 |
+
| 0.7205 | 0.4667 | 150 | 0.1976 | 0.9235 |
|
56 |
+
| 8.0092 | 0.9334 | 300 | 0.1773 | 0.9353 |
|
57 |
+
| 0.0 | 1.3983 | 450 | 0.3947 | 0.9412 |
|
58 |
+
| 0.0035 | 1.8650 | 600 | 0.3131 | 0.9412 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
config.json
CHANGED
@@ -20,15 +20,15 @@
|
|
20 |
"hidden_activation": "gelu",
|
21 |
"hidden_size": 768,
|
22 |
"id2label": {
|
23 |
-
"0": "
|
24 |
-
"1": "
|
25 |
},
|
26 |
"initializer_cutoff_factor": 2.0,
|
27 |
"initializer_range": 0.02,
|
28 |
"intermediate_size": 1152,
|
29 |
"label2id": {
|
30 |
-
"
|
31 |
-
"
|
32 |
},
|
33 |
"layer_norm_eps": 1e-05,
|
34 |
"local_attention": 128,
|
|
|
20 |
"hidden_activation": "gelu",
|
21 |
"hidden_size": 768,
|
22 |
"id2label": {
|
23 |
+
"0": "human",
|
24 |
+
"1": "llm"
|
25 |
},
|
26 |
"initializer_cutoff_factor": 2.0,
|
27 |
"initializer_range": 0.02,
|
28 |
"intermediate_size": 1152,
|
29 |
"label2id": {
|
30 |
+
"human": 0,
|
31 |
+
"llm": 1
|
32 |
},
|
33 |
"layer_norm_eps": 1e-05,
|
34 |
"local_attention": 128,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 598439784
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54980b5fbdbc2807c1e2982e7bdd5e9e880178885968cd000a1b819db67ddd5d
|
3 |
size 598439784
|
runs/Jun01_22-34-52_ada1cb72042b/events.out.tfevents.1748817297.ada1cb72042b.10619.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24fc192c611d902de53eed276836eda7bc5a43505a793e118c02d5d490874ade
|
3 |
+
size 142697
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2581819c24e1c2adf42648e0a8b69fa6407d8ccd3565fa47eaabcef19b391da
|
3 |
size 5304
|