zhaorui-nb's picture
no change
2f22782
|
raw
history blame
No virus
868 Bytes
---
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
## 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
```