Transformers
TensorBoard
Safetensors
French
pyannet
speaker-diarization
speaker-segmentation
Generated from Trainer
Instructions to use Rziane/speaker-segmentation-fine-tuned-CAENNAIS-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rziane/speaker-segmentation-fine-tuned-CAENNAIS-v3 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Rziane/speaker-segmentation-fine-tuned-CAENNAIS-v3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
README.md
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
language:
|
| 4 |
+
- fr
|
| 5 |
+
license: mit
|
| 6 |
+
base_model: pyannote/segmentation-3.0
|
| 7 |
+
tags:
|
| 8 |
+
- speaker-diarization
|
| 9 |
+
- speaker-segmentation
|
| 10 |
+
- generated_from_trainer
|
| 11 |
+
datasets:
|
| 12 |
+
- CAENNAIS
|
| 13 |
+
model-index:
|
| 14 |
+
- name: speaker-segmentation-fine-tuned_CAENNAIS
|
| 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_CAENNAIS
|
| 22 |
+
|
| 23 |
+
This model is a fine-tuned version of [pyannote/segmentation-3.0](https://huggingface.co/pyannote/segmentation-3.0) on the CAENNAIS dataset.
|
| 24 |
+
It achieves the following results on the evaluation set:
|
| 25 |
+
- Loss: 0.7201
|
| 26 |
+
- Model Preparation Time: 0.0037
|
| 27 |
+
- Der: 0.3164
|
| 28 |
+
- False Alarm: 0.1145
|
| 29 |
+
- Missed Detection: 0.0684
|
| 30 |
+
- Confusion: 0.1335
|
| 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: 10
|
| 56 |
+
|
| 57 |
+
### Training results
|
| 58 |
+
|
| 59 |
+
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Der | False Alarm | Missed Detection | Confusion |
|
| 60 |
+
|:-------------:|:-----:|:----:|:---------------:|:----------------------:|:------:|:-----------:|:----------------:|:---------:|
|
| 61 |
+
| 0.8687 | 1.0 | 61 | 0.8189 | 0.0037 | 0.3927 | 0.1128 | 0.0900 | 0.1899 |
|
| 62 |
+
| 0.7991 | 2.0 | 122 | 0.7751 | 0.0037 | 0.3552 | 0.1158 | 0.0750 | 0.1644 |
|
| 63 |
+
| 0.7269 | 3.0 | 183 | 0.7795 | 0.0037 | 0.3571 | 0.1269 | 0.0622 | 0.1680 |
|
| 64 |
+
| 0.6891 | 4.0 | 244 | 0.7384 | 0.0037 | 0.3360 | 0.1233 | 0.0642 | 0.1485 |
|
| 65 |
+
| 0.6723 | 5.0 | 305 | 0.7053 | 0.0037 | 0.3235 | 0.1017 | 0.0807 | 0.1411 |
|
| 66 |
+
| 0.6409 | 6.0 | 366 | 0.7068 | 0.0037 | 0.3193 | 0.1142 | 0.0680 | 0.1372 |
|
| 67 |
+
| 0.6345 | 7.0 | 427 | 0.7200 | 0.0037 | 0.3243 | 0.1150 | 0.0695 | 0.1398 |
|
| 68 |
+
| 0.6087 | 8.0 | 488 | 0.7483 | 0.0037 | 0.3302 | 0.1241 | 0.0623 | 0.1438 |
|
| 69 |
+
| 0.5997 | 9.0 | 549 | 0.7163 | 0.0037 | 0.3158 | 0.1139 | 0.0689 | 0.1330 |
|
| 70 |
+
| 0.5976 | 10.0 | 610 | 0.7201 | 0.0037 | 0.3164 | 0.1145 | 0.0684 | 0.1335 |
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
### Framework versions
|
| 74 |
+
|
| 75 |
+
- Transformers 4.45.2
|
| 76 |
+
- Pytorch 2.4.1+cu121
|
| 77 |
+
- Datasets 3.0.1
|
| 78 |
+
- Tokenizers 0.20.0
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5899124
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bb0793a64e2bfe708187b98943df213c7ffb525182d683a098b89a8706f956c
|
| 3 |
size 5899124
|
runs/Mar12_12-23-53_V301V-JGRCC1.campus.unicaen.fr/events.out.tfevents.1741778638.V301V-JGRCC1.campus.unicaen.fr
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:fae7b02ec39e32b825b1b36c5d4fa8870761423441571b1fef57df5a6f14a48b
|
| 3 |
+
size 16134
|