vaibhavchavan commited on
Commit
0df8930
·
verified ·
1 Parent(s): 1d265ff

Training in progress, epoch 1

Browse files
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: pyannote/segmentation-3.0
5
+ tags:
6
+ - speaker-diarization
7
+ - speaker-segmentation
8
+ - generated_from_trainer
9
+ datasets:
10
+ - diarizers-community/callhome
11
+ model-index:
12
+ - name: speaker-segmentation-fine-tuned-callhome-eng
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # speaker-segmentation-fine-tuned-callhome-eng
20
+
21
+ This model is a fine-tuned version of [pyannote/segmentation-3.0](https://huggingface.co/pyannote/segmentation-3.0) on the diarizers-community/callhome eng dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.4759
24
+ - Der: 0.1904
25
+ - False Alarm: 0.0618
26
+ - Missed Detection: 0.0722
27
+ - Confusion: 0.0565
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 0.001
47
+ - train_batch_size: 64
48
+ - eval_batch_size: 64
49
+ - seed: 42
50
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
51
+ - lr_scheduler_type: cosine
52
+ - num_epochs: 5.0
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Der | False Alarm | Missed Detection | Confusion |
57
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-----------:|:----------------:|:---------:|
58
+ | 0.4503 | 1.0 | 181 | 0.4741 | 0.1951 | 0.0605 | 0.0754 | 0.0592 |
59
+ | 0.4189 | 2.0 | 362 | 0.4848 | 0.1943 | 0.0654 | 0.0741 | 0.0548 |
60
+ | 0.4007 | 3.0 | 543 | 0.4817 | 0.1939 | 0.0651 | 0.0713 | 0.0575 |
61
+ | 0.3938 | 4.0 | 724 | 0.4778 | 0.1909 | 0.0623 | 0.0722 | 0.0564 |
62
+ | 0.3949 | 5.0 | 905 | 0.4759 | 0.1904 | 0.0618 | 0.0722 | 0.0565 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.47.1
68
+ - Pytorch 2.3.0+cu118
69
+ - Datasets 3.2.0
70
+ - 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:1c3872a1092a4f300f1912daad8bf6437f85816a96967bd6f28a72bf83d611b0
3
+ size 5899124
runs/Dec28_20-29-08_DESKTOP-47FFOK2/events.out.tfevents.1735398460.DESKTOP-47FFOK2.2076.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7100582c67c4cdc5804e1f8ed51d5b160198d98f5dd41533d3c09ad5407f93d4
3
+ size 9873
runs/Dec30_12-33-50_DESKTOP-47FFOK2/events.out.tfevents.1735542467.DESKTOP-47FFOK2.1576.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06be73fae82d2833dfabedfb8f7901b4a676f075e18be2ddd01c85a8abb32339
3
+ size 5887
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:918b2c8fa60933e3b8179ddd309b7ba626dde48048df1fcf86d8b82b78dcb4b9
3
+ size 5432