diarizers-community/simsamu
Viewer • Updated • 61 • 169 • 5
How to use OpenLiliO/diarization-fr with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("OpenLiliO/diarization-fr", dtype="auto")This model is a fine-tuned version of pyannote/segmentation-3.0 on the diarizers-community/simsamu dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Der | False Alarm | Missed Detection | Confusion |
|---|---|---|---|---|---|---|---|---|
| No log | 1.0 | 56 | 0.2303 | 0.0033 | 0.0985 | 0.0298 | 0.0430 | 0.0257 |
| 0.2116 | 2.0 | 112 | 0.2301 | 0.0033 | 0.0968 | 0.0218 | 0.0524 | 0.0227 |
| 0.2116 | 3.0 | 168 | 0.2247 | 0.0033 | 0.0923 | 0.0230 | 0.0462 | 0.0231 |
| 0.1681 | 4.0 | 224 | 0.2244 | 0.0033 | 0.0909 | 0.0246 | 0.0424 | 0.0240 |
| 0.1681 | 5.0 | 280 | 0.2243 | 0.0033 | 0.0906 | 0.0239 | 0.0427 | 0.0240 |
Base model
pyannote/segmentation-3.0