id2label missing in config.json?

#4
by vrdn23 - opened

It seems the id2label and label2id fields are not present in the config.json.
Thanks again for putting in the work to make this open-source!

try to add follow fields to config.json:

  "id2label": {
    "0": "BENIGN",
    "1": "MALICIOUS"
  },

Sign up or log in to comment