Datasets:
Update README.md
Browse files
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
|