End of training
Browse files
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- eng
|
4 |
+
license: mit
|
5 |
+
base_model: evie-8/speaker-segmentation-fine-tuned-callhome-eng
|
6 |
+
tags:
|
7 |
+
- speaker-diarization
|
8 |
+
- speaker-segmentation
|
9 |
+
- generated_from_trainer
|
10 |
+
datasets:
|
11 |
+
- evie-8/backup_uganda
|
12 |
+
model-index:
|
13 |
+
- name: speaker-segmentation-fine-tuned-backup-uganda-eng
|
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-backup-uganda-eng
|
21 |
+
|
22 |
+
This model is a fine-tuned version of [evie-8/speaker-segmentation-fine-tuned-callhome-eng](https://huggingface.co/evie-8/speaker-segmentation-fine-tuned-callhome-eng) on the evie-8/backup_uganda dataset.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.3139
|
25 |
+
- Der: 0.1059
|
26 |
+
- False Alarm: 0.0200
|
27 |
+
- Missed Detection: 0.0339
|
28 |
+
- Confusion: 0.0520
|
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: 4
|
49 |
+
- eval_batch_size: 4
|
50 |
+
- seed: 42
|
51 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
+
- lr_scheduler_type: cosine
|
53 |
+
- num_epochs: 3
|
54 |
+
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Der | False Alarm | Missed Detection | Confusion |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-----------:|:----------------:|:---------:|
|
59 |
+
| 0.0661 | 1.0 | 1065 | 0.3346 | 0.1149 | 0.0132 | 0.0510 | 0.0507 |
|
60 |
+
| 0.1333 | 2.0 | 2130 | 0.3214 | 0.1089 | 0.0194 | 0.0367 | 0.0528 |
|
61 |
+
| 0.2857 | 3.0 | 3195 | 0.3139 | 0.1059 | 0.0200 | 0.0339 | 0.0520 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.42.4
|
67 |
+
- Pytorch 2.3.1+cu121
|
68 |
+
- Datasets 2.20.0
|
69 |
+
- Tokenizers 0.19.1
|
config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "evie-8/speaker-segmentation-fine-tuned-callhome-eng",
|
3 |
+
"architectures": [
|
4 |
+
"SegmentationModel"
|
5 |
+
],
|
6 |
+
"chunk_duration": 10.0,
|
7 |
+
"max_speakers_per_chunk": 3,
|
8 |
+
"max_speakers_per_frame": 2,
|
9 |
+
"min_duration": null,
|
10 |
+
"model_type": "pyannet",
|
11 |
+
"sample_rate": 16000,
|
12 |
+
"torch_dtype": "float32",
|
13 |
+
"transformers_version": "4.42.4",
|
14 |
+
"warm_up": [
|
15 |
+
0.0,
|
16 |
+
0.0
|
17 |
+
],
|
18 |
+
"weigh_by_cardinality": false
|
19 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:165533d6d7a5e7a739afd1088016adecca853db1fc29ce0598423480d60390f3
|
3 |
+
size 5899124
|
runs/Jul30_07-58-19_6ba39b71e623/events.out.tfevents.1722326320.6ba39b71e623.572.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7311d6052b51150c14c7fae4694c4b6d878e93d8805df6ed4729f7f063b51984
|
3 |
+
size 680167
|
runs/Jul30_07-58-19_6ba39b71e623/events.out.tfevents.1722327291.6ba39b71e623.572.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a81496b300fd5e69fa369cc340506c203242a7b2a7883ea8b93872119422aef9
|
3 |
+
size 574
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93434d278a5b7bf47443774718e74ae7a6d32f43c877eb3ffb469bfc81d0be89
|
3 |
+
size 5176
|