Dahee96 commited on
Commit
a203c32
·
1 Parent(s): 240cb14

Add model card

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - espnet
4
+ - espnet2
5
+ - speech-enhancement
6
+ - tf-gridnet
7
+ library_name: espnet
8
+ ---
9
+
10
+ # TF-GridNet on MS-SNSD (ESPnet2)
11
+
12
+ This repository hosts a TF-GridNet speech enhancement model trained on the MS-SNSD dataset using ESPnet2.
13
+
14
+ ## Files
15
+ - `valid.loss.best.pth`: model checkpoint
16
+ - `config.yaml`: training configuration
17
+
18
+ ## ESPnet recipe
19
+ - `egs2/ms_snsd/enh1`