james-river-classifier / label_mapping.json
ityndall's picture
Upload folder using huggingface_hub
a8002b1 verified
{
"id2label": {
"0": "Boundary Survey",
"1": "Construction Survey",
"2": "Fence Staking",
"3": "Other/General",
"4": "Real Estate Survey",
"5": "Subdivision Survey"
},
"label2id": {
"Boundary Survey": 0,
"Construction Survey": 1,
"Fence Staking": 2,
"Other/General": 3,
"Real Estate Survey": 4,
"Subdivision Survey": 5
}
}