Seed random-baseline submission (EER 50.19%)

#1
by korallll - opened
Speech Antispoofing Benchmarks by lab260 org

Seeds the CVoiceFake_small leaderboard row + end-to-end submission smoke test.

  • model: random-baseline (RandomBaseline, N(0,1) seed=0) @ random-baseline-asas
  • EER 50.19% over 138,136 trials, n_skipped 0
  • scores commit-pinned; scores_sha256 48e08e4e…

Reproduction block omitted for the maintainer to fill at merge (match: scoring). verify-pr routes only after the dataset's manifest PR (arena-manifest#7) is merged and the Arena is re-ingested.

korallll changed pull request status to merged
Speech Antispoofing Benchmarks by lab260 org

speech-spoof-bench β€” submission merged βœ…

System random-baseline is now live on the Arena.

To display a backlink badge on your model page, take the two steps below.

1. Add result.yaml to your model repo

schema_version: 1
system:
  name: random-baseline
  slug: random-baseline
  paper:
    arxiv_id: '1911.01601'
dataset:
  id: SpeechAntiSpoofingBenchmarks/CVoiceFake_small
  revision: eb60cf4d13993b583e9515db3d14c040d2404cf7
  split: test
scores:
  eer_percent: 50.19460346271991
  n_trials: 138136
  n_skipped: 0
arena:
  url: https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena
  system_url: https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=random-baseline
artifact:
  scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/random-baseline-asas/resolve/524bc5c4b12b64c35ebd7e952dbf34b7b258c21b/.eval_results/SpeechAntiSpoofingBenchmarks/CVoiceFake_small/scores.txt

Upload it with:

huggingface-cli upload <your-model-repo> result.yaml \
  .eval_results/SpeechAntiSpoofingBenchmarks/CVoiceFake_small/result.yaml

2. Add the badge lines to your README

[![EER% 50.19 on CVoiceFake_small](https://img.shields.io/badge/EER%25%20on%20CVoiceFake__small-50.19%25-lightgrey)](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=random-baseline)
[![arena tier](https://img.shields.io/endpoint?url=https://speechantispoofingbenchmarks-speechantispoofingarena.hf.space/badge/random-baseline/tier.json)](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=random-baseline)
[![arena rank](https://img.shields.io/endpoint?url=https://speechantispoofingbenchmarks-speechantispoofingarena.hf.space/badge/random-baseline/rank.json)](https://huggingface.co/spaces/SpeechAntiSpoofingBenchmarks/SpeechAntiSpoofingArena?system=random-baseline)
sha=3bbecf637f11d43ce8c80aef4f91d17993d473c8 path=submissions/random-baseline.yaml

πŸ€– view CI run

Sign up or log in to comment