End of training
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [pyannote/segmentation-3.0](https://huggingface.co/pyannote/segmentation-3.0) on the diarizers-community/callhome eng dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Der: 0.
|
24 |
-
- False Alarm: 0.
|
25 |
-
- Missed Detection: 0.
|
26 |
-
- Confusion: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,11 +54,11 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Der | False Alarm | Missed Detection | Confusion |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-----------:|:----------------:|:---------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [pyannote/segmentation-3.0](https://huggingface.co/pyannote/segmentation-3.0) on the diarizers-community/callhome eng dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.4725
|
23 |
+
- Der: 0.1881
|
24 |
+
- False Alarm: 0.0588
|
25 |
+
- Missed Detection: 0.0751
|
26 |
+
- Confusion: 0.0541
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Der | False Alarm | Missed Detection | Confusion |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-----------:|:----------------:|:---------:|
|
57 |
+
| 0.4468 | 1.0 | 181 | 0.4795 | 0.1939 | 0.0655 | 0.0711 | 0.0574 |
|
58 |
+
| 0.4043 | 2.0 | 362 | 0.4747 | 0.1877 | 0.0559 | 0.0758 | 0.0560 |
|
59 |
+
| 0.3907 | 3.0 | 543 | 0.4861 | 0.1943 | 0.0682 | 0.0720 | 0.0541 |
|
60 |
+
| 0.3971 | 4.0 | 724 | 0.4792 | 0.1895 | 0.0600 | 0.0748 | 0.0547 |
|
61 |
+
| 0.3886 | 5.0 | 905 | 0.4725 | 0.1881 | 0.0588 | 0.0751 | 0.0541 |
|
62 |
|
63 |
|
64 |
### Framework versions
|