jordand commited on
Commit
be5410f
·
verified ·
1 Parent(s): 57816c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -9
README.md CHANGED
@@ -15,15 +15,7 @@ Items: 109
15
  This dataset ships as a single tar at the repo root. Members preserve paths like
16
  `VCTK/<id>/audio.mp3` and `VCTK/<id>/speaker_latent.safetensors`.
17
 
18
- Quick start (Python):
19
- from huggingface_hub import hf_hub_download
20
- import runpy
21
- loader = runpy.run_path(hf_hub_download('jordand/echo-embeddings-vctk-tar', repo_type='dataset', filename='loader.py'))
22
- VCTK_PATH = loader['ensure_tar_tree']('jordand/echo-embeddings-vctk-tar', 'VCTK')
23
-
24
- Minimal index:
25
- one JSON object per line in index.jsonl:
26
- {"id": "<folder_name>"}
27
 
28
  Attribution:
29
  Contains audio and embeddings derived from the CSTR VCTK Corpus. Distributed under CC BY 4.0; attribution required.
 
15
  This dataset ships as a single tar at the repo root. Members preserve paths like
16
  `VCTK/<id>/audio.mp3` and `VCTK/<id>/speaker_latent.safetensors`.
17
 
18
+ See loader.py for example loading.
 
 
 
 
 
 
 
 
19
 
20
  Attribution:
21
  Contains audio and embeddings derived from the CSTR VCTK Corpus. Distributed under CC BY 4.0; attribution required.