End of training
Browse files
README.md
CHANGED
@@ -9,21 +9,21 @@ metrics:
|
|
9 |
- precision
|
10 |
- recall
|
11 |
model-index:
|
12 |
-
- name: modernBERT-large-multilingual-sentiment
|
13 |
results: []
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
-
# modernBERT-large-multilingual-sentiment
|
20 |
|
21 |
This model is a fine-tuned version of [answerdotai/ModernBERT-large](https://huggingface.co/answerdotai/ModernBERT-large) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
9 |
- precision
|
10 |
- recall
|
11 |
model-index:
|
12 |
+
- name: clapAI/modernBERT-large-multilingual-sentiment
|
13 |
results: []
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
+
# clapAI/modernBERT-large-multilingual-sentiment
|
20 |
|
21 |
This model is a fine-tuned version of [answerdotai/ModernBERT-large](https://huggingface.co/answerdotai/ModernBERT-large) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.4399
|
24 |
+
- F1: 0.8128
|
25 |
+
- Precision: 0.8125
|
26 |
+
- Recall: 0.8133
|
27 |
|
28 |
## Model description
|
29 |
|
all_results.json
CHANGED
@@ -1,5 +1,19 @@
|
|
1 |
{
|
2 |
"epoch": 5.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"train_loss": 0.6255086388770993,
|
4 |
"train_runtime": 65052.9958,
|
5 |
"train_samples_per_second": 241.916,
|
|
|
1 |
{
|
2 |
"epoch": 5.0,
|
3 |
+
"eval_f1": 0.812837658080022,
|
4 |
+
"eval_loss": 0.43994140625,
|
5 |
+
"eval_precision": 0.8124680334875379,
|
6 |
+
"eval_recall": 0.8133431620386601,
|
7 |
+
"eval_runtime": 251.4442,
|
8 |
+
"eval_samples_per_second": 1564.701,
|
9 |
+
"eval_steps_per_second": 1.531,
|
10 |
+
"test_f1": 0.8139240583306148,
|
11 |
+
"test_loss": 0.439453125,
|
12 |
+
"test_precision": 0.8135939599063926,
|
13 |
+
"test_recall": 0.8143450500373026,
|
14 |
+
"test_runtime": 254.1411,
|
15 |
+
"test_samples_per_second": 1548.101,
|
16 |
+
"test_steps_per_second": 1.515,
|
17 |
"train_loss": 0.6255086388770993,
|
18 |
"train_runtime": 65052.9958,
|
19 |
"train_samples_per_second": 241.916,
|
eval_results.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_f1": 0.812837658080022,
|
4 |
+
"eval_loss": 0.43994140625,
|
5 |
+
"eval_precision": 0.8124680334875379,
|
6 |
+
"eval_recall": 0.8133431620386601,
|
7 |
+
"eval_runtime": 251.4442,
|
8 |
+
"eval_samples_per_second": 1564.701,
|
9 |
+
"eval_steps_per_second": 1.531
|
10 |
+
}
|
runs/Jan01_01-06-27_hn-fornix-testing-gpu-platform-2/events.out.tfevents.1735760484.hn-fornix-testing-gpu-platform-2.1051424.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6963fad774298004f71fb5e915dd3c4b3f9a308b136495708637f80a45678ce
|
3 |
+
size 508
|
test_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"test_f1": 0.8139240583306148,
|
3 |
+
"test_loss": 0.439453125,
|
4 |
+
"test_precision": 0.8135939599063926,
|
5 |
+
"test_recall": 0.8143450500373026,
|
6 |
+
"test_runtime": 254.1411,
|
7 |
+
"test_samples_per_second": 1548.101,
|
8 |
+
"test_steps_per_second": 1.515
|
9 |
+
}
|