kamilakesbi commited on
Commit
61a7938
1 Parent(s): 93cdf77

End of training

Browse files
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - jpn
4
+ license: apache-2.0
5
+ base_model: openai/whisper-small
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 [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.5893
25
+ - Der: 0.1935
26
+ - False Alarm: 0.0760
27
+ - Missed Detection: 0.0713
28
+ - Confusion: 0.0461
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: 5
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Der | False Alarm | Missed Detection | Confusion |
58
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-----------:|:----------------:|:---------:|
59
+ | 0.5956 | 1.0 | 336 | 0.6028 | 0.2004 | 0.0637 | 0.0824 | 0.0543 |
60
+ | 0.5696 | 2.0 | 672 | 0.6137 | 0.2001 | 0.0760 | 0.0741 | 0.0500 |
61
+ | 0.5334 | 3.0 | 1008 | 0.5886 | 0.1941 | 0.0787 | 0.0701 | 0.0453 |
62
+ | 0.5168 | 4.0 | 1344 | 0.5914 | 0.1933 | 0.0745 | 0.0723 | 0.0465 |
63
+ | 0.5174 | 5.0 | 1680 | 0.5893 | 0.1935 | 0.0760 | 0.0713 | 0.0461 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.40.0
69
+ - Pytorch 2.2.1+cu121
70
+ - Datasets 2.18.0
71
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SegmentationModel"
4
+ ],
5
+ "chunk_duration": 10,
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.40.0",
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:f5cdb1f40ec22331cf2c87e34a9f5a807e278ee4c607ede7f245a3f55f686c9d
3
+ size 5899124
runs/Apr19_08-14-48_de555f671a4e/events.out.tfevents.1713514656.de555f671a4e.1663.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d7513db71bf1585d8835ed11c0c3e27fa3fb9094db9c4a0f2b63ef0ba46ebb4
3
+ size 11369
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aee249de21125e2d92b1346db67843ba878b2109e27b67e466c3ba323cddbe2
3
+ size 5048