Training complete
Browse files
README.md
CHANGED
@@ -25,16 +25,16 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
-
value: 0.
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
-
value: 0.
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
-
value: 0.
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
-
value: 0.
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
44 |
|
45 |
This model is a fine-tuned version of [Dr-BERT/DrBERT-7GB](https://huggingface.co/Dr-BERT/DrBERT-7GB) on the quaero dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
-
- Loss: 1.
|
48 |
-
- Precision: 0.
|
49 |
-
- Recall: 0.
|
50 |
-
- F1: 0.
|
51 |
-
- Accuracy: 0.
|
52 |
|
53 |
## Model description
|
54 |
|
@@ -79,16 +79,16 @@ The following hyperparameters were used during training:
|
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
-
| No log | 1.0 | 105 | 0.
|
83 |
-
| No log | 2.0 | 210 | 0.
|
84 |
-
| No log | 3.0 | 315 | 0.
|
85 |
-
| No log | 4.0 | 420 | 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
-
| 0.
|
90 |
-
| 0.
|
91 |
-
| 0.
|
92 |
|
93 |
|
94 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.5055292259083728
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.5696484201157098
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.5356769198577107
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.8004338394793926
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
44 |
|
45 |
This model is a fine-tuned version of [Dr-BERT/DrBERT-7GB](https://huggingface.co/Dr-BERT/DrBERT-7GB) on the quaero dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 1.2330
|
48 |
+
- Precision: 0.5055
|
49 |
+
- Recall: 0.5696
|
50 |
+
- F1: 0.5357
|
51 |
+
- Accuracy: 0.8004
|
52 |
|
53 |
## Model description
|
54 |
|
|
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| No log | 1.0 | 105 | 0.7430 | 0.4129 | 0.4775 | 0.4428 | 0.7671 |
|
83 |
+
| No log | 2.0 | 210 | 0.6968 | 0.4888 | 0.5042 | 0.4964 | 0.7888 |
|
84 |
+
| No log | 3.0 | 315 | 0.8218 | 0.5059 | 0.5323 | 0.5188 | 0.7952 |
|
85 |
+
| No log | 4.0 | 420 | 0.9307 | 0.4869 | 0.5563 | 0.5193 | 0.7913 |
|
86 |
+
| 0.4134 | 5.0 | 525 | 0.9970 | 0.4688 | 0.5581 | 0.5095 | 0.7870 |
|
87 |
+
| 0.4134 | 6.0 | 630 | 1.0503 | 0.4992 | 0.5541 | 0.5252 | 0.7930 |
|
88 |
+
| 0.4134 | 7.0 | 735 | 1.1364 | 0.5034 | 0.5607 | 0.5305 | 0.7994 |
|
89 |
+
| 0.4134 | 8.0 | 840 | 1.1994 | 0.4865 | 0.5701 | 0.5250 | 0.7937 |
|
90 |
+
| 0.4134 | 9.0 | 945 | 1.2287 | 0.4948 | 0.5683 | 0.5290 | 0.7982 |
|
91 |
+
| 0.028 | 10.0 | 1050 | 1.2330 | 0.5055 | 0.5696 | 0.5357 | 0.8004 |
|
92 |
|
93 |
|
94 |
### Framework versions
|