End of training
Browse files- README.md +18 -16
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
|
|
|
|
4 |
tags:
|
5 |
- speaker-diarization
|
6 |
- speaker-segmentation
|
@@ -17,13 +19,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# speaker-segmentation-fine-tuned-callhome-jpn
|
19 |
|
20 |
-
This model is a fine-tuned version of [
|
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 |
|
@@ -48,22 +50,22 @@ The following hyperparameters were used during training:
|
|
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
|
52 |
|
53 |
### Training results
|
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
|
65 |
|
66 |
- Transformers 4.40.0
|
67 |
-
- Pytorch 2.2.
|
68 |
-
- Datasets 2.
|
69 |
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- jpn
|
4 |
+
license: apache-2.0
|
5 |
+
base_model: openai/whisper-small
|
6 |
tags:
|
7 |
- speaker-diarization
|
8 |
- speaker-segmentation
|
|
|
19 |
|
20 |
# speaker-segmentation-fine-tuned-callhome-jpn
|
21 |
|
22 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the diarizers-community/callhome dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.7483
|
25 |
+
- Der: 0.2246
|
26 |
+
- False Alarm: 0.0483
|
27 |
+
- Missed Detection: 0.1328
|
28 |
+
- Confusion: 0.0435
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
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.5757 | 1.0 | 328 | 0.7538 | 0.2333 | 0.0470 | 0.1387 | 0.0477 |
|
60 |
+
| 0.5269 | 2.0 | 656 | 0.7608 | 0.2275 | 0.0474 | 0.1361 | 0.0439 |
|
61 |
+
| 0.5004 | 3.0 | 984 | 0.7516 | 0.2267 | 0.0463 | 0.1369 | 0.0435 |
|
62 |
+
| 0.4892 | 4.0 | 1312 | 0.7440 | 0.2241 | 0.0498 | 0.1317 | 0.0426 |
|
63 |
+
| 0.5122 | 5.0 | 1640 | 0.7483 | 0.2246 | 0.0483 | 0.1328 | 0.0435 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
67 |
|
68 |
- Transformers 4.40.0
|
69 |
+
- Pytorch 2.2.1+cu121
|
70 |
+
- Datasets 2.19.0
|
71 |
- 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:7431f72bcc2fe30a709721d5ea27d79f79e82f1e8efc68d5fc05f8e3a08b0a11
|
3 |
size 5899124
|