--- title: De Identification Leaderboard emoji: 🏃 colorFrom: pink colorTo: yellow sdk: streamlit sdk_version: 1.35.0 app_file: app.py pinned: false license: mit --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference # de-identification-leaderboard ## run web local ### key creat file `.streamlit\secrets.toml` ``` hf = "your token" ``` ``` streamlit run app.py ``` ## leaderboard data score wil save to huggingface dataset [zhaorui-nb/leaderboard-score](https://huggingface.co/datasets/zhaorui-nb/leaderboard-score) ## submit ### filename format replace '/' to '@' ``` [{Organization@Model}][{Dataaset}][{Method}]{Filename}.txt" ``` ### line in answer txt (tsv) ``` {file_name}\t{label_type}\t{label_start}\t{label_end}\t{label_text}\n ``` ## Support dataset ``` Setting1 Setting2 Setting3 ``` # cli batch eval tool ``` python .\batch_eval_script.py ..\deid_resaut ```