End of training
Browse files
README.md
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model: pyannote/segmentation-3.0
|
| 4 |
+
tags:
|
| 5 |
+
- speaker-diarization
|
| 6 |
+
- speaker-segmentation
|
| 7 |
+
- generated_from_trainer
|
| 8 |
+
datasets:
|
| 9 |
+
- ArtFair/diarizers_dataset_70-15-15
|
| 10 |
+
model-index:
|
| 11 |
+
- name: fine_tuned_segmentation-3.0_1e-5_32
|
| 12 |
+
results: []
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 16 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
+
|
| 18 |
+
# fine_tuned_segmentation-3.0_1e-5_32
|
| 19 |
+
|
| 20 |
+
This model is a fine-tuned version of [pyannote/segmentation-3.0](https://huggingface.co/pyannote/segmentation-3.0) on the ArtFair/diarizers_dataset_70-15-15 default dataset.
|
| 21 |
+
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.4908
|
| 23 |
+
- Der: 0.3585
|
| 24 |
+
- False Alarm: 0.2041
|
| 25 |
+
- Missed Detection: 0.1214
|
| 26 |
+
- Confusion: 0.0330
|
| 27 |
+
|
| 28 |
+
## Model description
|
| 29 |
+
|
| 30 |
+
More information needed
|
| 31 |
+
|
| 32 |
+
## Intended uses & limitations
|
| 33 |
+
|
| 34 |
+
More information needed
|
| 35 |
+
|
| 36 |
+
## Training and evaluation data
|
| 37 |
+
|
| 38 |
+
More information needed
|
| 39 |
+
|
| 40 |
+
## Training procedure
|
| 41 |
+
|
| 42 |
+
### Training hyperparameters
|
| 43 |
+
|
| 44 |
+
The following hyperparameters were used during training:
|
| 45 |
+
- learning_rate: 1e-05
|
| 46 |
+
- train_batch_size: 32
|
| 47 |
+
- eval_batch_size: 32
|
| 48 |
+
- seed: 42
|
| 49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
+
- lr_scheduler_type: cosine
|
| 51 |
+
- num_epochs: 5.0
|
| 52 |
+
|
| 53 |
+
### Training results
|
| 54 |
+
|
| 55 |
+
| Training Loss | Epoch | Step | Validation Loss | Der | False Alarm | Missed Detection | Confusion |
|
| 56 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-----------:|:----------------:|:---------:|
|
| 57 |
+
| 0.621 | 1.0 | 929 | 0.5601 | 0.3774 | 0.2133 | 0.1279 | 0.0361 |
|
| 58 |
+
| 0.5472 | 2.0 | 1858 | 0.5149 | 0.3680 | 0.2084 | 0.1254 | 0.0342 |
|
| 59 |
+
| 0.5353 | 3.0 | 2787 | 0.4969 | 0.3615 | 0.2049 | 0.1234 | 0.0333 |
|
| 60 |
+
| 0.517 | 4.0 | 3716 | 0.4919 | 0.3590 | 0.2042 | 0.1216 | 0.0331 |
|
| 61 |
+
| 0.5217 | 5.0 | 4645 | 0.4908 | 0.3585 | 0.2041 | 0.1214 | 0.0330 |
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
### Framework versions
|
| 65 |
+
|
| 66 |
+
- Transformers 4.37.2
|
| 67 |
+
- Pytorch 2.4.1+cu121
|
| 68 |
+
- Datasets 2.17.0
|
| 69 |
+
- Tokenizers 0.15.2
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 497684
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41a0555bd471a49328be3ba9576cb92ae3dc530b36872695b28c3d5b3a374708
|
| 3 |
size 497684
|
runs/Sep20_23-08-43_ip-172-31-27-176.us-west-2.compute.internal/events.out.tfevents.1726874208.ip-172-31-27-176.us-west-2.compute.internal.35424.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2765acb3ef5c943c758b00da4df788dadb2906d31ec816978330915bd7bd6069
|
| 3 |
+
size 14498
|