End of training
Browse files- README.md +16 -18
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
-
|
4 |
-
license: apache-2.0
|
5 |
-
base_model: openai/whisper-small
|
6 |
tags:
|
7 |
- speaker-diarization
|
8 |
- speaker-segmentation
|
@@ -19,13 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
# speaker-segmentation-fine-tuned-callhome-jpn
|
21 |
|
22 |
-
This model is a fine-tuned version of [
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Der: 0.
|
26 |
-
- False Alarm: 0.
|
27 |
-
- Missed Detection: 0.
|
28 |
-
- Confusion: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -50,22 +48,22 @@ The following hyperparameters were used during training:
|
|
50 |
- seed: 42
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: cosine
|
53 |
-
- num_epochs: 5
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Der | False Alarm | Missed Detection | Confusion |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-----------:|:----------------:|:---------:|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
|
65 |
|
66 |
### Framework versions
|
67 |
|
68 |
- Transformers 4.40.0
|
69 |
-
- Pytorch 2.2.
|
70 |
-
- Datasets 2.
|
71 |
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
+
base_model: pyannote/segmentation-3.0
|
|
|
|
|
4 |
tags:
|
5 |
- speaker-diarization
|
6 |
- speaker-segmentation
|
|
|
17 |
|
18 |
# speaker-segmentation-fine-tuned-callhome-jpn
|
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.5146
|
23 |
+
- Der: 0.1869
|
24 |
+
- False Alarm: 0.0933
|
25 |
+
- Missed Detection: 0.0709
|
26 |
+
- Confusion: 0.0227
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: cosine
|
51 |
+
- num_epochs: 5.0
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Der | False Alarm | Missed Detection | Confusion |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:-----------:|:----------------:|:---------:|
|
57 |
+
| 0.6043 | 1.0 | 340 | 0.5075 | 0.1789 | 0.0682 | 0.0789 | 0.0318 |
|
58 |
+
| 0.5766 | 2.0 | 680 | 0.5207 | 0.1951 | 0.1012 | 0.0708 | 0.0230 |
|
59 |
+
| 0.5345 | 3.0 | 1020 | 0.5011 | 0.1798 | 0.0852 | 0.0716 | 0.0231 |
|
60 |
+
| 0.518 | 4.0 | 1360 | 0.5344 | 0.1934 | 0.1009 | 0.0700 | 0.0225 |
|
61 |
+
| 0.5147 | 5.0 | 1700 | 0.5146 | 0.1869 | 0.0933 | 0.0709 | 0.0227 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
65 |
|
66 |
- Transformers 4.40.0
|
67 |
+
- Pytorch 2.2.2+cu121
|
68 |
+
- Datasets 2.18.0
|
69 |
- Tokenizers 0.19.1
|
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:0a0c2ffb5faa5aff4a62c35eb0db55858affdfbdd3d1abc8034ce5c8e1a2f1c5
|
3 |
size 5899124
|