starmodel
Browse files- README.md +8 -8
- config.json +1 -1
- model.safetensors +2 -2
README.md
CHANGED
|
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
-
- Loss:
|
| 25 |
-
- Accuracy: 0.
|
| 26 |
-
- Precision: 0.
|
| 27 |
-
- Recall: 0.
|
| 28 |
-
- F1: 0.
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -56,9 +56,9 @@ The following hyperparameters were used during training:
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 59 |
-
|
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.3786
|
| 25 |
+
- Accuracy: 0.9219
|
| 26 |
+
- Precision: 0.9256
|
| 27 |
+
- Recall: 0.9219
|
| 28 |
+
- F1: 0.9214
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 59 |
+
| 1.2882 | 1.0 | 16 | 0.5571 | 0.8438 | 0.8726 | 0.8438 | 0.8450 |
|
| 60 |
+
| 0.2007 | 2.0 | 32 | 0.4352 | 0.8906 | 0.9051 | 0.8906 | 0.8929 |
|
| 61 |
+
| 0.0485 | 3.0 | 48 | 0.3786 | 0.9219 | 0.9256 | 0.9219 | 0.9214 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
config.json
CHANGED
|
@@ -53,7 +53,7 @@
|
|
| 53 |
"sep_token_id": 50282,
|
| 54 |
"sparse_pred_ignore_index": -100,
|
| 55 |
"sparse_prediction": false,
|
| 56 |
-
"torch_dtype": "
|
| 57 |
"transformers_version": "4.48.0.dev0",
|
| 58 |
"vocab_size": 50368
|
| 59 |
}
|
|
|
|
| 53 |
"sep_token_id": 50282,
|
| 54 |
"sparse_pred_ignore_index": -100,
|
| 55 |
"sparse_prediction": false,
|
| 56 |
+
"torch_dtype": "float32",
|
| 57 |
"transformers_version": "4.48.0.dev0",
|
| 58 |
"vocab_size": 50368
|
| 59 |
}
|
model.safetensors
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:0fc80a9617c0900faafbc6dd0f62c51353752cc763775685cae82bad76ad2d19
|
| 3 |
+
size 598445936
|