StemSplit commited on
Commit
f0a9f57
·
verified ·
1 Parent(s): e401c22

fix: correct namespace in self-references (StemSplitio)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -87,7 +87,7 @@ Schema:
87
 
88
  ```python
89
  from datasets import load_dataset
90
- ds = load_dataset("stemsplit/stem-separation-benchmark-2026", "metrics_only")
91
  df = ds["results"].to_pandas()
92
  df.groupby(["model_id", "stem"])["sdr_median"].median().unstack()
93
  ```
@@ -244,6 +244,6 @@ curl -X POST https://api.musicai.com/v1/separate \
244
  title = {StemSplit Stem-Separation Benchmark 2026},
245
  author = {StemSplit},
246
  year = {2026},
247
- url = {https://huggingface.co/datasets/stemsplit/stem-separation-benchmark-2026}
248
  }
249
  ```
 
87
 
88
  ```python
89
  from datasets import load_dataset
90
+ ds = load_dataset("StemSplitio/stem-separation-benchmark-2026", "metrics_only")
91
  df = ds["results"].to_pandas()
92
  df.groupby(["model_id", "stem"])["sdr_median"].median().unstack()
93
  ```
 
244
  title = {StemSplit Stem-Separation Benchmark 2026},
245
  author = {StemSplit},
246
  year = {2026},
247
+ url = {https://huggingface.co/datasets/StemSplitio/stem-separation-benchmark-2026}
248
  }
249
  ```