Khanh17/training-diarization
Viewer • Updated • 3.47k • 73
How to use Khanh17/toadam-segmentation-model with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Khanh17/toadam-segmentation-model", device_map="auto")This model is a fine-tuned version of pyannote/segmentation-3.0 on the Khanh17/training-diarization 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 |
|---|---|---|---|---|---|---|---|---|
| 0.1961 | 1.0 | 693 | 0.1592 | 0.0037 | 0.0432 | 0.0075 | 0.0313 | 0.0044 |
| 0.2766 | 2.0 | 1386 | 0.1731 | 0.0037 | 0.0517 | 0.0065 | 0.0338 | 0.0113 |
| 0.1205 | 3.0 | 2079 | 0.1508 | 0.0037 | 0.0374 | 0.0058 | 0.0269 | 0.0046 |
| 0.0546 | 4.0 | 2772 | 0.1668 | 0.0037 | 0.0374 | 0.0075 | 0.0252 | 0.0047 |
| 0.0668 | 5.0 | 3465 | 0.1950 | 0.0037 | 0.0421 | 0.0086 | 0.0290 | 0.0046 |
| 0.0713 | 6.0 | 4158 | 0.1704 | 0.0037 | 0.0363 | 0.0088 | 0.0230 | 0.0045 |
| 0.1388 | 7.0 | 4851 | 0.1631 | 0.0037 | 0.0367 | 0.0087 | 0.0225 | 0.0055 |
| 0.0898 | 8.0 | 5544 | 0.1682 | 0.0037 | 0.0374 | 0.0098 | 0.0233 | 0.0043 |
| 0.0720 | 9.0 | 6237 | 0.1719 | 0.0037 | 0.0376 | 0.0094 | 0.0239 | 0.0043 |
| 0.0395 | 10.0 | 6930 | 0.1729 | 0.0037 | 0.0376 | 0.0096 | 0.0238 | 0.0042 |
Base model
pyannote/segmentation-3.0
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Khanh17/toadam-segmentation-model", device_map="auto")