tmanzini commited on
Commit
eae8932
·
verified ·
1 Parent(s): e402aab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,5 +7,5 @@ datasets:
7
  This repository contains a Road Damage Assessment model trained on the [CRASAR-U-DROIDs Road Damage Assessment dataset](https://huggingface.co/datasets/CRASAR/CRASAR-U-DROIDs). The following files are provided...
8
  1) The [model file](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_Pretrained_ScaleMAE_UPerNet/blob/main/RDA_UperNet_PretrainTrain_CCE_Simple-epoch%3D18-step%3D4750-val_macro_iou%3D0.26394.ckpt).
9
  2) The set of predicted labels generated by the model on the CRASAR-U-DROIDs dataset for both [adjusted](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_Pretrained_ScaleMAE_UPerNet/resolve/main/CRASAR-U-DROIDs_RDA_preds_adjusted.json?download=true) and [unadjusted](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_Pretrained_ScaleMAE_UPerNet/resolve/main/CRASAR-U-DROIDs_RDA_preds_unadjusted.json?download=true) formulations that were used for evaluation.
10
- 3) Metrics files generated from test set evaluation on the CRASAR-U-DROIDs dataset for both [adjusted](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_Pretrained_ScaleMAE_UPerNet/blob/main/CRASAR-U-DROIDs_RDA_metrics_adjusted.json) and [unadjusted](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_Pretrained_ScaleMAE_UPerNet/blob/main/CRASAR-U-DROIDs_RDA_metrics_unadjusted.json) inference runs.
11
  4) The full set of hyperparameters used to train and evaluate the model for both [adjusted](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_Pretrained_ScaleMAE_UPerNet/blob/main/RDA_ScaleMAE_Pretrained_UPerNet_simple_adjusted.yaml) and [unadjusted](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_Pretrained_ScaleMAE_UPerNet/blob/main/RDA_ScaleMAE_Pretrained_UPerNet_simple_unadjusted.yaml) formulations.
 
7
  This repository contains a Road Damage Assessment model trained on the [CRASAR-U-DROIDs Road Damage Assessment dataset](https://huggingface.co/datasets/CRASAR/CRASAR-U-DROIDs). The following files are provided...
8
  1) The [model file](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_Pretrained_ScaleMAE_UPerNet/blob/main/RDA_UperNet_PretrainTrain_CCE_Simple-epoch%3D18-step%3D4750-val_macro_iou%3D0.26394.ckpt).
9
  2) The set of predicted labels generated by the model on the CRASAR-U-DROIDs dataset for both [adjusted](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_Pretrained_ScaleMAE_UPerNet/resolve/main/CRASAR-U-DROIDs_RDA_preds_adjusted.json?download=true) and [unadjusted](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_Pretrained_ScaleMAE_UPerNet/resolve/main/CRASAR-U-DROIDs_RDA_preds_unadjusted.json?download=true) formulations that were used for evaluation.
10
+ 3) Metrics files generated from test set evaluation on the CRASAR-U-DROIDs dataset for both [adjusted](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_Pretrained_ScaleMAE_UPerNet/blob/main/CRASAR-U-DROIDs_RDA_metrics_adjusted.json) and [unadjusted](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_Pretrained_ScaleMAE_UPerNet/blob/main/CRASAR-U-DROIDs_RDA_metrics_unadjusted.json) predicted labels.
11
  4) The full set of hyperparameters used to train and evaluate the model for both [adjusted](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_Pretrained_ScaleMAE_UPerNet/blob/main/RDA_ScaleMAE_Pretrained_UPerNet_simple_adjusted.yaml) and [unadjusted](https://huggingface.co/CRASAR/CRASAR-U-DROIDs-RDA_AAAI26_Simple_Pretrained_ScaleMAE_UPerNet/blob/main/RDA_ScaleMAE_Pretrained_UPerNet_simple_unadjusted.yaml) formulations.