Commit
·
4ef78b3
1
Parent(s):
06fbb52
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ For a better experience, we encourage you to learn more about [SpeechBrain](http
|
|
39 |
|
40 |
## Pipeline description
|
41 |
|
42 |
-
This system is composed of a wavlm encoder a downstream frame-wise classifier. The task
|
43 |
|
44 |
The system is trained with recordings sampled at 16kHz (single channel).
|
45 |
The code will automatically normalize your audio (i.e., resampling + mono channel selection) when calling *diarize_file* if needed.
|
@@ -58,7 +58,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
58 |
|
59 |
### Perform Speech Emotion Diarization
|
60 |
|
61 |
-
An external `py_module_file=custom.py` is used as an external Predictor class into this HF repos. We use `foreign_class` function from `speechbrain.pretrained.interfaces` that
|
62 |
|
63 |
```python
|
64 |
from speechbrain.pretrained.interfaces import foreign_class
|
|
|
39 |
|
40 |
## Pipeline description
|
41 |
|
42 |
+
This system is composed of a wavlm encoder a downstream frame-wise classifier. The task aims to predict the correct emotion components and their boundaries within a speech recording. For now, the model was trained with audios that contain only 1 non-neutral emotion event.
|
43 |
|
44 |
The system is trained with recordings sampled at 16kHz (single channel).
|
45 |
The code will automatically normalize your audio (i.e., resampling + mono channel selection) when calling *diarize_file* if needed.
|
|
|
58 |
|
59 |
### Perform Speech Emotion Diarization
|
60 |
|
61 |
+
An external `py_module_file=custom.py` is used as an external Predictor class into this HF repos. We use `foreign_class` function from `speechbrain.pretrained.interfaces` that allows you to load your custom model.
|
62 |
|
63 |
```python
|
64 |
from speechbrain.pretrained.interfaces import foreign_class
|