Final model after training
Browse files
README.md
CHANGED
@@ -1,26 +1,18 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
language:
|
4 |
-
- en
|
5 |
-
license: mit
|
6 |
-
base_model: pyannote/speaker-diarization-3.1
|
7 |
tags:
|
8 |
-
- speaker-diarization
|
9 |
-
- speaker-segmentation
|
10 |
- generated_from_trainer
|
11 |
-
datasets:
|
12 |
-
- diarizers-community/voxconverse
|
13 |
model-index:
|
14 |
-
- name:
|
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 |
-
#
|
22 |
|
23 |
-
This model is a fine-tuned version of [
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- Loss: 0.1283
|
26 |
- Model Preparation Time: 0.0036
|
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
|
|
|
|
|
|
3 |
tags:
|
|
|
|
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
+
- name: pyannote_fine_tuning
|
7 |
results: []
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
+
# pyannote_fine_tuning
|
14 |
|
15 |
+
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
- Loss: 0.1283
|
18 |
- Model Preparation Time: 0.0036
|