| This dataset contains the results of reproducing the paper "Learning Segmentation from Radiology Reports" using only public data, following [R-Super Demo with Public Data](https://github.com/MrGiovanni/R-Super/blob/main/rsuper_train/Merlin_demo.md). | |
| Download using: | |
| ```bash | |
| pip install -U "huggingface_hub[cli]" | |
| # download | |
| hf download edomerli/rsuper-predictions --repo-type dataset --local-dir ./rsuper-predictions | |
| # extract | |
| cd rsuper-predictions | |
| tar -xzf preds_merlin.tar.gz | |
| tar -xzf preds_pants.tar.gz | |
| ``` |