AAdonis commited on
Commit
23b32a7
·
verified ·
1 Parent(s): c1ea462

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -11
README.md CHANGED
@@ -809,17 +809,6 @@ for row in ds:
809
  break
810
  ```
811
 
812
- ### Filtering for TTS-grade subset
813
-
814
- ```python
815
- ds_tts = ds.filter(lambda row:
816
- row["dnsmos_ovr"] >= 3.2 and
817
- row["snr"] >= 15.0 and
818
- row["cer"] <= 0.05 and
819
- 1.0 <= row["duration"] <= 20.0
820
- )
821
- ```
822
-
823
  ---
824
 
825
  ## Schema
 
809
  break
810
  ```
811
 
 
 
 
 
 
 
 
 
 
 
 
812
  ---
813
 
814
  ## Schema