End of training
Browse files
README.md
CHANGED
@@ -15,13 +15,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [dathi103/bert-job-german](https://huggingface.co/dathi103/bert-job-german) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
- Hard: {'precision': 0.
|
20 |
-
- Soft: {'precision': 0.
|
21 |
-
- Overall Precision: 0.
|
22 |
-
- Overall Recall: 0.
|
23 |
-
- Overall F1: 0.
|
24 |
-
- Overall Accuracy: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -52,11 +52,11 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Hard | Soft | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------:|:-----------------:|:--------------:|:----------:|:----------------:|
|
55 |
-
| No log | 1.0 | 178 | 0.
|
56 |
-
| No log | 2.0 | 356 | 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [dathi103/bert-job-german](https://huggingface.co/dathi103/bert-job-german) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.1171
|
19 |
+
- Hard: {'precision': 0.7529644268774703, 'recall': 0.8355263157894737, 'f1': 0.7920997920997921, 'number': 456}
|
20 |
+
- Soft: {'precision': 0.7906976744186046, 'recall': 0.8292682926829268, 'f1': 0.8095238095238095, 'number': 82}
|
21 |
+
- Overall Precision: 0.7584
|
22 |
+
- Overall Recall: 0.8346
|
23 |
+
- Overall F1: 0.7947
|
24 |
+
- Overall Accuracy: 0.9675
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Hard | Soft | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------:|:-----------------:|:--------------:|:----------:|:----------------:|
|
55 |
+
| No log | 1.0 | 178 | 0.1177 | {'precision': 0.6027397260273972, 'recall': 0.7719298245614035, 'f1': 0.676923076923077, 'number': 456} | {'precision': 0.6629213483146067, 'recall': 0.7195121951219512, 'f1': 0.6900584795321638, 'number': 82} | 0.6107 | 0.7639 | 0.6788 | 0.9524 |
|
56 |
+
| No log | 2.0 | 356 | 0.0978 | {'precision': 0.7474541751527495, 'recall': 0.8048245614035088, 'f1': 0.775079197465681, 'number': 456} | {'precision': 0.7058823529411765, 'recall': 0.7317073170731707, 'f1': 0.718562874251497, 'number': 82} | 0.7413 | 0.7937 | 0.7666 | 0.9620 |
|
57 |
+
| 0.1344 | 3.0 | 534 | 0.1022 | {'precision': 0.7242718446601941, 'recall': 0.8179824561403509, 'f1': 0.768280123583934, 'number': 456} | {'precision': 0.735632183908046, 'recall': 0.7804878048780488, 'f1': 0.757396449704142, 'number': 82} | 0.7259 | 0.8123 | 0.7667 | 0.9632 |
|
58 |
+
| 0.1344 | 4.0 | 712 | 0.1133 | {'precision': 0.762278978388998, 'recall': 0.8508771929824561, 'f1': 0.8041450777202073, 'number': 456} | {'precision': 0.7555555555555555, 'recall': 0.8292682926829268, 'f1': 0.7906976744186047, 'number': 82} | 0.7613 | 0.8476 | 0.8021 | 0.9665 |
|
59 |
+
| 0.1344 | 5.0 | 890 | 0.1171 | {'precision': 0.7529644268774703, 'recall': 0.8355263157894737, 'f1': 0.7920997920997921, 'number': 456} | {'precision': 0.7906976744186046, 'recall': 0.8292682926829268, 'f1': 0.8095238095238095, 'number': 82} | 0.7584 | 0.8346 | 0.7947 | 0.9675 |
|
60 |
|
61 |
|
62 |
### Framework versions
|