FpOliveira commited on
Commit
4e08852
1 Parent(s): 1214f27

Update bookcorpus.py

Browse files
Files changed (1) hide show
  1. bookcorpus.py +1 -1
bookcorpus.py CHANGED
@@ -34,7 +34,7 @@ class YourDataset(DatasetBuilder):
34
  }
35
 
36
  # Load your dataset
37
- file_path = "https://raw.githubusercontent.com/Silly-Machine/TuPi-Portuguese-Hate-Speech-Dataset/main/datasets/tupi_binary.csv"
38
  your_dataset = Dataset.load_from_disk(file_path)
39
 
40
  # Use the Hugging Face Dataset viewer
 
34
  }
35
 
36
  # Load your dataset
37
+ file_path = "tupi_binary.csv"
38
  your_dataset = Dataset.load_from_disk(file_path)
39
 
40
  # Use the Hugging Face Dataset viewer