CoolFace
Modelpublic

aufklarer/Pyannote-Segmentation-MLX

sourceHugging Facemitupdated 6mo agoView on Hugging Face
2likes4.4kdownloads
config.json45 linesDownload Raw Back to root
1{2  "model_type": "pyannote-segmentation",3  "sample_rate": 16000,4  "sincnet": {5    "n_filters": [6      80,7      60,8      609    ],10    "kernel_sizes": [11      251,12      5,13      514    ],15    "strides": [16      10,17      1,18      119    ],20    "pool_sizes": [21      3,22      3,23      324    ]25  },26  "lstm": {27    "hidden_size": 128,28    "num_layers": 4,29    "bidirectional": true30  },31  "linear": {32    "hidden_size": 128,33    "num_layers": 234  },35  "num_classes": 7,36  "max_speakers": 3,37  "powerset_max_classes": 2,38  "num_frames_per_chunk": 589,39  "chunk_duration": 10.0,40  "chunk_step_ratio": 0.1,41  "warm_up": [42    0.0,43    0.044  ]45}