kamilakesbi commited on
Commit
96e0a0c
·
verified ·
1 Parent(s): c7d0ac0

End of training

Browse files
Files changed (2) hide show
  1. README.md +18 -16
  2. model.safetensors +1 -1
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
- license: mit
3
- base_model: pyannote/segmentation-3.0
 
 
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 [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.5957
23
- - Der: 0.1975
24
- - False Alarm: 0.0777
25
- - Missed Detection: 0.0713
26
- - Confusion: 0.0485
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.0
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Der | False Alarm | Missed Detection | Confusion |
56
  |:-------------:|:-----:|:----:|:---------------:|:------:|:-----------:|:----------------:|:---------:|
57
- | 0.5998 | 1.0 | 336 | 0.6155 | 0.2067 | 0.0726 | 0.0792 | 0.0549 |
58
- | 0.578 | 2.0 | 672 | 0.6258 | 0.2086 | 0.0851 | 0.0691 | 0.0544 |
59
- | 0.5431 | 3.0 | 1008 | 0.6054 | 0.2023 | 0.0830 | 0.0689 | 0.0505 |
60
- | 0.5198 | 4.0 | 1344 | 0.5989 | 0.1984 | 0.0762 | 0.0729 | 0.0494 |
61
- | 0.5211 | 5.0 | 1680 | 0.5957 | 0.1975 | 0.0777 | 0.0713 | 0.0485 |
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
 
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:a2182c1b19d59ed3c329718d47a1155067e4253651fc8ed5168740ff094a0777
3
  size 5899124
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7431f72bcc2fe30a709721d5ea27d79f79e82f1e8efc68d5fc05f8e3a08b0a11
3
  size 5899124