Voice Activity Detection
Transformers
PyTorch
TensorBoard
Safetensors
pyannet
speaker-diarization
speaker-segmentation
Generated from Trainer
pyannote
pyannote.audio
pyannote-audio-model
audio
voice
speech
speaker
speaker-change-detection
overlapped-speech-detection
resegmentation
Inference Endpoints
kamilakesbi
commited on
Commit
•
a1cd222
1
Parent(s):
79c37af
Training in progress, epoch 1
Browse files- config.json +18 -0
- model.safetensors +3 -0
- runs/Apr22_11-13-54_vorace/events.out.tfevents.1713784633.vorace +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SegmentationModel"
|
4 |
+
],
|
5 |
+
"chunk_duration": 10.0,
|
6 |
+
"max_speakers_per_chunk": 3,
|
7 |
+
"max_speakers_per_frame": 2,
|
8 |
+
"min_duration": null,
|
9 |
+
"model_type": "pyannet",
|
10 |
+
"sample_rate": 16000,
|
11 |
+
"torch_dtype": "float32",
|
12 |
+
"transformers_version": "4.40.0",
|
13 |
+
"warm_up": [
|
14 |
+
0.0,
|
15 |
+
0.0
|
16 |
+
],
|
17 |
+
"weigh_by_cardinality": false
|
18 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48dc50443059a37483cdd2b7a569df2413290b724541400096a5d83f56738c59
|
3 |
+
size 5899124
|
runs/Apr22_11-13-54_vorace/events.out.tfevents.1713784633.vorace
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7245bdfa8b6d4ad534ff1df4e926c01fa38f1ede9c45f3b163d72ddb9796b4df
|
3 |
+
size 5378
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b06c09f9cebf587a3c360fdd99d953305168d14495cf4f07accfd1db5341eb0
|
3 |
+
size 5048
|