Added model card
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
license: gpl
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: gpl
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: asteroid
|
6 |
+
tags:
|
7 |
+
- speech separation
|
8 |
+
- audio processing
|
9 |
---
|
10 |
+
|
11 |
+
# Model Card for model.bin
|
12 |
+
|
13 |
+
<!-- Provide a quick summary of what the model is/does. [Optional] -->
|
14 |
+
This model was trained by Dhruv Saini using the libri2mix sep_clean dataset.
|
15 |
+
|
16 |
+
# Model Details
|
17 |
+
|
18 |
+
It is a ConvTasNet model for 2 speakers' speech separation.
|
19 |
+
|
20 |
+
## Model Description
|
21 |
+
|
22 |
+
<!-- Provide a longer summary of what this model is/does. -->
|
23 |
+
This model was trained by Dhruv Saini using the libri2mix sep_clean dataset.
|
24 |
+
|
25 |
+
- **Developed by:** Dhruv Saini
|