Voice Activity Detection
Transformers
PyTorch
TensorBoard
Safetensors
pyannet
speaker-diarization
speaker-segmentation
Generated from Trainer
pyannote
pyannote.audio
pyannote-audio-model
audio
voice
speech
speaker
speaker-change-detection
overlapped-speech-detection
resegmentation
Inference Endpoints
kamilakesbi
commited on
Commit
•
dd92503
1
Parent(s):
d6c73e2
End of training
Browse files- README.md +10 -10
- model.safetensors +1 -1
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 jpn 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 jpn dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.7433
|
23 |
+
- Der: 0.2234
|
24 |
+
- False Alarm: 0.0478
|
25 |
+
- Missed Detection: 0.1328
|
26 |
+
- Confusion: 0.0428
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Der | False Alarm | Missed Detection | Confusion |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-----------:|:----------------:|:---------:|
|
57 |
+
| 0.5771 | 1.0 | 328 | 0.7534 | 0.2321 | 0.0564 | 0.1261 | 0.0496 |
|
58 |
+
| 0.5388 | 2.0 | 656 | 0.7503 | 0.2261 | 0.0485 | 0.1347 | 0.0429 |
|
59 |
+
| 0.5061 | 3.0 | 984 | 0.7486 | 0.2248 | 0.0475 | 0.1350 | 0.0423 |
|
60 |
+
| 0.4883 | 4.0 | 1312 | 0.7374 | 0.2227 | 0.0492 | 0.1315 | 0.0421 |
|
61 |
+
| 0.493 | 5.0 | 1640 | 0.7433 | 0.2234 | 0.0478 | 0.1328 | 0.0428 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5899124
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9998884bb47319c8bfa9a7284a321b9d36bd24c42b71820efe0b8d929f2abd64
|
3 |
size 5899124
|