AffanBinFaisal commited on
Commit
d434d39
·
verified ·
1 Parent(s): 78fd97f

End of training

Browse files
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - jpn
5
+ license: mit
6
+ base_model: pyannote/speaker-diarization-3.1
7
+ tags:
8
+ - speaker-diarization
9
+ - speaker-segmentation
10
+ - generated_from_trainer
11
+ datasets:
12
+ - diarizers-community/callhome
13
+ model-index:
14
+ - name: speaker-segmentation-fine-tuned-callhome-jpn
15
+ results: []
16
+ ---
17
+
18
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
19
+ should probably proofread and complete it, then remove this comment. -->
20
+
21
+ # speaker-segmentation-fine-tuned-callhome-jpn
22
+
23
+ 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.
24
+ It achieves the following results on the evaluation set:
25
+ - Loss: 0.5138
26
+ - Model Preparation Time: 0.004
27
+ - Der: 0.1829
28
+ - False Alarm: 0.0160
29
+ - Missed Detection: 0.0109
30
+ - Confusion: 0.1560
31
+
32
+ ## Model description
33
+
34
+ More information needed
35
+
36
+ ## Intended uses & limitations
37
+
38
+ More information needed
39
+
40
+ ## Training and evaluation data
41
+
42
+ More information needed
43
+
44
+ ## Training procedure
45
+
46
+ ### Training hyperparameters
47
+
48
+ The following hyperparameters were used during training:
49
+ - learning_rate: 0.001
50
+ - train_batch_size: 32
51
+ - eval_batch_size: 32
52
+ - seed: 42
53
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
54
+ - lr_scheduler_type: cosine
55
+ - num_epochs: 5
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Der | False Alarm | Missed Detection | Confusion |
60
+ |:-------------:|:-----:|:----:|:---------------:|:----------------------:|:------:|:-----------:|:----------------:|:---------:|
61
+ | 0.6088 | 1.0 | 168 | 0.5709 | 0.004 | 0.1955 | 0.0160 | 0.0091 | 0.1705 |
62
+ | 0.5435 | 2.0 | 336 | 0.5429 | 0.004 | 0.1906 | 0.0160 | 0.0135 | 0.1611 |
63
+ | 0.5076 | 3.0 | 504 | 0.5202 | 0.004 | 0.1835 | 0.0160 | 0.0091 | 0.1585 |
64
+ | 0.4867 | 4.0 | 672 | 0.5083 | 0.004 | 0.1799 | 0.0160 | 0.0091 | 0.1549 |
65
+ | 0.4795 | 5.0 | 840 | 0.5138 | 0.004 | 0.1829 | 0.0160 | 0.0109 | 0.1560 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.47.1
71
+ - Pytorch 2.5.1+cu121
72
+ - Datasets 3.2.0
73
+ - Tokenizers 0.21.0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SegmentationModel"
4
+ ],
5
+ "chunk_duration": 10.0,
6
+ "max_speakers_per_chunk": 3,
7
+ "max_speakers_per_frame": 2,
8
+ "min_duration": null,
9
+ "model_type": "pyannet",
10
+ "sample_rate": 16000,
11
+ "torch_dtype": "float32",
12
+ "transformers_version": "4.47.1",
13
+ "warm_up": [
14
+ 0.0,
15
+ 0.0
16
+ ],
17
+ "weigh_by_cardinality": false
18
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:827cbbdf3894aef7462bfacb57c9f95043d807457e9c3e9cad118189ed63e9d5
3
+ size 5899124
runs/Dec30_15-57-48_6cfbcabd5c79/events.out.tfevents.1735574329.6cfbcabd5c79.777.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c7de8602815060991b18a19d4b1f57a36fcbe5bcf6c3f19b227576a01162e2e
3
+ size 15308
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d3774b1345b5ce3eeacd60356b4e8d8d2ea8cb5f3edfe09281f5a058ed3f180
3
+ size 5432