Korisis eko57 commited on
Commit
6c53a62
·
1 Parent(s): e8fa9c1

Update README.md (#1)

Browse files

- Update README.md (fe7a2c54c8ae4579e82c589db3dabd624c55c244)


Co-authored-by: Erhan Bilgili <eko57@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -18,7 +18,7 @@ source_datasets:
18
  license: cc-by-4.0
19
  ---
20
 
21
- # eko57/spc_r_segmented
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("eko57/spc_r_segmented")
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
  ```