harpomaxx commited on
Commit
5eb1119
1 Parent(s): 13485a3

Upload dga-detector.py

Browse files
Files changed (1) hide show
  1. dga-detector.py +1 -1
dga-detector.py CHANGED
@@ -18,7 +18,7 @@ class MyDataset(GeneratorBasedBuilder):
18
 
19
  def _split_generators(self, dl_manager: DownloadConfig):
20
  # Load your local dataset file
21
- csv_path = "/mnt/git-repos/deepDGAgen/rawdata/argencon.csv.gz"
22
 
23
  return [
24
  SplitGenerator(
 
18
 
19
  def _split_generators(self, dl_manager: DownloadConfig):
20
  # Load your local dataset file
21
+ csv_path = "https://huggingface.co/datasets/harpomaxx/dga-detection/raw/main/argencon.csv.gz"
22
 
23
  return [
24
  SplitGenerator(