Shreyask09
commited on
End of training
Browse files
README.md
CHANGED
@@ -11,23 +11,23 @@ tags:
|
|
11 |
datasets:
|
12 |
- diarizers-community/callhome
|
13 |
model-index:
|
14 |
-
- name: speaker-segmentation-fine-tuned-
|
15 |
results: []
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
19 |
should probably proofread and complete it, then remove this comment. -->
|
20 |
|
21 |
-
# speaker-segmentation-fine-tuned-
|
22 |
|
23 |
This model is a fine-tuned version of [pyannote/speaker-diarization-3.1](https://huggingface.co/pyannote/speaker-diarization-3.1) on the diarizers-community/callhome dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
-
- Loss: 0.
|
26 |
- Model Preparation Time: 0.0038
|
27 |
-
- Der: 0.
|
28 |
-
- False Alarm: 0.
|
29 |
-
- Missed Detection: 0.
|
30 |
-
- Confusion: 0.
|
31 |
|
32 |
## Model description
|
33 |
|
@@ -58,11 +58,11 @@ The following hyperparameters were used during training:
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Der | False Alarm | Missed Detection | Confusion |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:----------------------:|:------:|:-----------:|:----------------:|:---------:|
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
11 |
datasets:
|
12 |
- diarizers-community/callhome
|
13 |
model-index:
|
14 |
+
- name: speaker-segmentation-fine-tuned-callhome-jpn
|
15 |
results: []
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
19 |
should probably proofread and complete it, then remove this comment. -->
|
20 |
|
21 |
+
# speaker-segmentation-fine-tuned-callhome-jpn
|
22 |
|
23 |
This model is a fine-tuned version of [pyannote/speaker-diarization-3.1](https://huggingface.co/pyannote/speaker-diarization-3.1) on the diarizers-community/callhome dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
+
- Loss: 0.4370
|
26 |
- Model Preparation Time: 0.0038
|
27 |
+
- Der: 0.1404
|
28 |
+
- False Alarm: 0.0234
|
29 |
+
- Missed Detection: 0.0272
|
30 |
+
- Confusion: 0.0898
|
31 |
|
32 |
## Model description
|
33 |
|
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Der | False Alarm | Missed Detection | Confusion |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:----------------------:|:------:|:-----------:|:----------------:|:---------:|
|
61 |
+
| 0.4567 | 1.0 | 194 | 0.4782 | 0.0038 | 0.1572 | 0.0219 | 0.0351 | 0.1003 |
|
62 |
+
| 0.384 | 2.0 | 388 | 0.4576 | 0.0038 | 0.1483 | 0.0221 | 0.0295 | 0.0968 |
|
63 |
+
| 0.3582 | 3.0 | 582 | 0.4375 | 0.0038 | 0.1402 | 0.0230 | 0.0284 | 0.0888 |
|
64 |
+
| 0.357 | 4.0 | 776 | 0.4406 | 0.0038 | 0.1413 | 0.0229 | 0.0277 | 0.0907 |
|
65 |
+
| 0.3406 | 5.0 | 970 | 0.4370 | 0.0038 | 0.1404 | 0.0234 | 0.0272 | 0.0898 |
|
66 |
|
67 |
|
68 |
### Framework versions
|