jamil117 commited on
Commit
0f7b94e
1 Parent(s): 9d93d77

End of training

Browse files
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - jpn
4
+ license: mit
5
+ base_model: pyannote/speaker-diarization-3.1
6
+ tags:
7
+ - speaker-diarization
8
+ - speaker-segmentation
9
+ - generated_from_trainer
10
+ datasets:
11
+ - diarizers-community/callhome
12
+ model-index:
13
+ - name: speaker-segmentation-fine-tuned-callhome-jpn
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ 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 [pyannote/speaker-diarization-3.1](https://huggingface.co/pyannote/speaker-diarization-3.1) on the diarizers-community/callhome dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 1.1719
25
+ - Der: 0.2668
26
+ - False Alarm: 0.0225
27
+ - Missed Detection: 0.0148
28
+ - Confusion: 0.2295
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 0.001
48
+ - train_batch_size: 32
49
+ - eval_batch_size: 32
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: cosine
53
+ - num_epochs: 25
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Der | False Alarm | Missed Detection | Confusion |
58
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-----------:|:----------------:|:---------:|
59
+ | 0.4449 | 1.0 | 44 | 0.9090 | 0.2891 | 0.0225 | 0.0193 | 0.2473 |
60
+ | 0.411 | 2.0 | 88 | 0.9007 | 0.2767 | 0.0225 | 0.0088 | 0.2454 |
61
+ | 0.3691 | 3.0 | 132 | 0.8465 | 0.2570 | 0.0225 | 0.0115 | 0.2229 |
62
+ | 0.3762 | 4.0 | 176 | 0.8855 | 0.2585 | 0.0225 | 0.0088 | 0.2272 |
63
+ | 0.337 | 5.0 | 220 | 0.9608 | 0.2721 | 0.0225 | 0.0142 | 0.2354 |
64
+ | 0.3203 | 6.0 | 264 | 1.0052 | 0.2636 | 0.0225 | 0.0152 | 0.2259 |
65
+ | 0.314 | 7.0 | 308 | 1.0084 | 0.2650 | 0.0225 | 0.0145 | 0.2279 |
66
+ | 0.3066 | 8.0 | 352 | 0.9484 | 0.2614 | 0.0225 | 0.0127 | 0.2262 |
67
+ | 0.2968 | 9.0 | 396 | 1.0768 | 0.2720 | 0.0225 | 0.0163 | 0.2332 |
68
+ | 0.2847 | 10.0 | 440 | 0.9485 | 0.2528 | 0.0225 | 0.0098 | 0.2205 |
69
+ | 0.2784 | 11.0 | 484 | 1.0811 | 0.2677 | 0.0225 | 0.0146 | 0.2306 |
70
+ | 0.2674 | 12.0 | 528 | 1.0390 | 0.2670 | 0.0225 | 0.0145 | 0.2300 |
71
+ | 0.2646 | 13.0 | 572 | 1.1117 | 0.2666 | 0.0225 | 0.0148 | 0.2293 |
72
+ | 0.2425 | 14.0 | 616 | 1.1455 | 0.2682 | 0.0225 | 0.0146 | 0.2310 |
73
+ | 0.2569 | 15.0 | 660 | 1.1830 | 0.2682 | 0.0225 | 0.0148 | 0.2309 |
74
+ | 0.2497 | 16.0 | 704 | 1.1674 | 0.2673 | 0.0225 | 0.0148 | 0.2300 |
75
+ | 0.2494 | 17.0 | 748 | 1.1050 | 0.2630 | 0.0225 | 0.0148 | 0.2257 |
76
+ | 0.2334 | 18.0 | 792 | 1.1736 | 0.2674 | 0.0225 | 0.0148 | 0.2301 |
77
+ | 0.24 | 19.0 | 836 | 1.1566 | 0.2679 | 0.0225 | 0.0148 | 0.2306 |
78
+ | 0.2371 | 20.0 | 880 | 1.1571 | 0.2650 | 0.0225 | 0.0148 | 0.2277 |
79
+ | 0.2403 | 21.0 | 924 | 1.1472 | 0.2640 | 0.0225 | 0.0148 | 0.2267 |
80
+ | 0.2317 | 22.0 | 968 | 1.1751 | 0.2676 | 0.0225 | 0.0148 | 0.2303 |
81
+ | 0.2318 | 23.0 | 1012 | 1.1817 | 0.2677 | 0.0225 | 0.0148 | 0.2304 |
82
+ | 0.2322 | 24.0 | 1056 | 1.1723 | 0.2669 | 0.0225 | 0.0148 | 0.2296 |
83
+ | 0.2418 | 25.0 | 1100 | 1.1719 | 0.2668 | 0.0225 | 0.0148 | 0.2295 |
84
+
85
+
86
+ ### Framework versions
87
+
88
+ - Transformers 4.42.4
89
+ - Pytorch 2.4.0+cu121
90
+ - Datasets 2.21.0
91
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:134ee528885dc9765b79f6fdd397fd6bfbe7a4fd9c4e2db45bfb9346d75c9294
3
  size 5899124
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31b3b1f1e7ab299c621dbd903dd4d754a57b8d109fd9f417b283491f32a9fe4b
3
  size 5899124
runs/Aug27_06-26-41_3bc17f263cb5/events.out.tfevents.1724740108.3bc17f263cb5.5776.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:68cdb7257279a16f0fc8f8d80b87ad7c9e41b31e9387575e054e3368eb990f4d
3
- size 25542
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e33596d01e309a0dab89ddcdc3b6f7d4030fd9141cacf62da850cb8405f765a4
3
+ size 26382