Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ source_datasets:
|
|
| 18 |
license: cc-by-4.0
|
| 19 |
---
|
| 20 |
|
| 21 |
-
#
|
| 22 |
|
| 23 |
Diarized and segmented speech dataset derived from [i4ds/spc_r](https://huggingface.co/datasets/i4ds/spc_r).
|
| 24 |
|
|
@@ -44,6 +44,6 @@ Each row is a merged speech segment belonging to a single speaker. The source au
|
|
| 44 |
```python
|
| 45 |
from datasets import load_dataset
|
| 46 |
|
| 47 |
-
ds = load_dataset("
|
| 48 |
print(ds["train"][0])
|
| 49 |
```
|
|
|
|
| 18 |
license: cc-by-4.0
|
| 19 |
---
|
| 20 |
|
| 21 |
+
# i4ds/spc_r_segmented
|
| 22 |
|
| 23 |
Diarized and segmented speech dataset derived from [i4ds/spc_r](https://huggingface.co/datasets/i4ds/spc_r).
|
| 24 |
|
|
|
|
| 44 |
```python
|
| 45 |
from datasets import load_dataset
|
| 46 |
|
| 47 |
+
ds = load_dataset("i4ds/spc_r_segmented")
|
| 48 |
print(ds["train"][0])
|
| 49 |
```
|