abhimehra8194 commited on
Commit
21b3189
·
verified ·
1 Parent(s): 3236859

End of training

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - hi
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-hi
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-hi
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.4388
26
+ - Der: 0.1470
27
+ - False Alarm: 0.0241
28
+ - Missed Detection: 0.0294
29
+ - Confusion: 0.0934
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 0.001
49
+ - train_batch_size: 32
50
+ - eval_batch_size: 32
51
+ - seed: 42
52
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
53
+ - lr_scheduler_type: cosine
54
+ - num_epochs: 3
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Der | False Alarm | Missed Detection | Confusion |
59
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-----------:|:----------------:|:---------:|
60
+ | 0.4572 | 1.0 | 194 | 0.4811 | 0.1598 | 0.0239 | 0.0319 | 0.1041 |
61
+ | 0.3809 | 2.0 | 388 | 0.4470 | 0.1488 | 0.0223 | 0.0315 | 0.0950 |
62
+ | 0.3892 | 3.0 | 582 | 0.4388 | 0.1470 | 0.0241 | 0.0294 | 0.0934 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.48.1
68
+ - Pytorch 2.5.1+cu124
69
+ - Datasets 3.2.0
70
+ - Tokenizers 0.21.0