CoolFace
Modelpublic

tanaymitra01/graphcodebert-vulnerability-detector

sourceHugging Facemitupdated 20d agoView on Hugging Face
0likes44downloads
label_map.json44 linesDownload Raw Back to root
1{2  "labels": [3    "safe",4    "reentrancy",5    "access_control",6    "tx_origin_auth",7    "integer_overflow",8    "unsafe_delegatecall",9    "weak_randomness",10    "unbounded_loop",11    "redundant_storage",12    "gas_optimization",13    "best_practice",14    "other"15  ],16  "id2label": {17    "0": "safe",18    "1": "reentrancy",19    "2": "access_control",20    "3": "tx_origin_auth",21    "4": "integer_overflow",22    "5": "unsafe_delegatecall",23    "6": "weak_randomness",24    "7": "unbounded_loop",25    "8": "redundant_storage",26    "9": "gas_optimization",27    "10": "best_practice",28    "11": "other"29  },30  "label2id": [31    "safe",32    "reentrancy",33    "access_control",34    "tx_origin_auth",35    "integer_overflow",36    "unsafe_delegatecall",37    "weak_randomness",38    "unbounded_loop",39    "redundant_storage",40    "gas_optimization",41    "best_practice",42    "other"43  ]44}