sanchit-gandhi HF staff commited on
Commit
b4c0308
1 Parent(s): 5278a1f

End of training

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: pyannote/segmentation-3.0
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - diarizers-community/callhome
8
+ model-index:
9
+ - name: speaker-segmentation-fine-tuned-callhome-jpn
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # speaker-segmentation-fine-tuned-callhome-jpn
17
+
18
+ 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.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.6261
21
+ - Der: 0.2083
22
+ - False Alarm: 0.0760
23
+ - Missed Detection: 0.0768
24
+ - Confusion: 0.0554
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 0.001
44
+ - train_batch_size: 32
45
+ - eval_batch_size: 32
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 1.0
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Der | False Alarm | Missed Detection | Confusion |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-----------:|:----------------:|:---------:|
55
+ | 0.5905 | 1.0 | 336 | 0.6261 | 0.2083 | 0.0760 | 0.0768 | 0.0554 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.39.3
61
+ - Pytorch 2.2.2+cu121
62
+ - Datasets 2.18.0
63
+ - Tokenizers 0.15.2