End of training
Browse files- README.md +73 -0
- config.json +18 -0
- model.safetensors +3 -0
- runs/Oct15_09-31-08_b9e6027e3790/events.out.tfevents.1728984789.b9e6027e3790.5891.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
language:
|
4 |
+
- eng
|
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-eng-forproject
|
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-eng-forproject
|
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.4600
|
26 |
+
- Model Preparation Time: 0.0051
|
27 |
+
- Der: 0.1818
|
28 |
+
- False Alarm: 0.0578
|
29 |
+
- Missed Detection: 0.0721
|
30 |
+
- Confusion: 0.0518
|
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: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
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.392 | 1.0 | 362 | 0.4730 | 0.0051 | 0.1926 | 0.0622 | 0.0736 | 0.0568 |
|
62 |
+
| 0.4053 | 2.0 | 724 | 0.4586 | 0.0051 | 0.1838 | 0.0625 | 0.0704 | 0.0509 |
|
63 |
+
| 0.3865 | 3.0 | 1086 | 0.4537 | 0.0051 | 0.1811 | 0.0574 | 0.0723 | 0.0514 |
|
64 |
+
| 0.3571 | 4.0 | 1448 | 0.4570 | 0.0051 | 0.1805 | 0.0551 | 0.0740 | 0.0514 |
|
65 |
+
| 0.3409 | 5.0 | 1810 | 0.4600 | 0.0051 | 0.1818 | 0.0578 | 0.0721 | 0.0518 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.44.2
|
71 |
+
- Pytorch 2.4.1+cu121
|
72 |
+
- Datasets 3.0.1
|
73 |
+
- Tokenizers 0.19.1
|
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.44.2",
|
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:c75a576fc8e362cc916c1ad24668754bc995660622b6c17ef4ab4567cd3494b3
|
3 |
+
size 5899124
|
runs/Oct15_09-31-08_b9e6027e3790/events.out.tfevents.1728984789.b9e6027e3790.5891.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40a0d801d8bc55f3a6a528ff21d400d0741ed635fa847bd044b8665ebdeab156
|
3 |
+
size 23385
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e0ee595015657c76a4474aa53eb46c5821508ca8913a26d9a963fb6dacc2b39
|
3 |
+
size 5240
|