simpleoier's picture
Update README.md
0e75bc0 verified

A newer version of the Gradio SDK is available: 4.37.2

Upgrade
metadata
title: Leaderboard for ASR track
emoji: 🥇
colorFrom: green
colorTo: indigo
sdk: gradio
sdk_version: 4.4.0
app_file: app.py
pinned: true
license: apache-2.0

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Most of the variables to change for a default leaderboard are in env (replace the path for your leaderboard) and src/display/about.

Results files should have the following format:

{
    "config": {
        "model_dtype": "torch.float16", 
        "model_name": "baseline/wavlm_large_layer21"
    },
    "results": {
        "asr_eval1": {
            "EN_LibriSpeech": CER
        },
        "asr_eval2": {
            "ML_SUPERB": CER
        },
        "asr_eval3": {
            "Bitrate": bitrate
        }
    }
}

Request files are created automatically by this tool.