NoahDrisort
commited on
Commit
•
4397140
1
Parent(s):
3ad884c
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.4828
|
23 |
+
- Der: 0.1446
|
24 |
+
- False Alarm: 0.0404
|
25 |
+
- Missed Detection: 0.0606
|
26 |
+
- Confusion: 0.0435
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Der | False Alarm | Missed Detection | Confusion |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-----------:|:----------------:|:---------:|
|
57 |
+
| 0.5955 | 1.0 | 394 | 0.5366 | 0.1609 | 0.0435 | 0.0706 | 0.0468 |
|
58 |
+
| 0.5648 | 2.0 | 788 | 0.4979 | 0.1509 | 0.0400 | 0.0646 | 0.0462 |
|
59 |
+
| 0.5392 | 3.0 | 1182 | 0.4852 | 0.1489 | 0.0447 | 0.0588 | 0.0453 |
|
60 |
+
| 0.5283 | 4.0 | 1576 | 0.4756 | 0.1442 | 0.0412 | 0.0607 | 0.0422 |
|
61 |
+
| 0.5109 | 5.0 | 1970 | 0.4828 | 0.1446 | 0.0404 | 0.0606 | 0.0435 |
|
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:b391994752696791df06b961132f2b25bc4cf3ef85c914d9f3a0ee519968d2a1
|
3 |
size 5899124
|