harpomaxx commited on
Commit
d8e356f
1 Parent(s): 3e2eb35

Update dga-detection.py

Browse files
Files changed (1) hide show
  1. dga-detection.py +1 -1
dga-detection.py CHANGED
@@ -20,7 +20,7 @@ class MyDataset(datasets.GeneratorBasedBuilder):
20
  features=datasets.Features(
21
  {"domain": datasets.Value("string"),
22
  "label": datasets.Value("string"),
23
- "class": datasets.Value("int8")
24
  }
25
  ),
26
  supervised_keys=("domain", "class"),
 
20
  features=datasets.Features(
21
  {"domain": datasets.Value("string"),
22
  "label": datasets.Value("string"),
23
+ "class": datasets.Value("int32")
24
  }
25
  ),
26
  supervised_keys=("domain", "class"),