DatasetSubmission commited on
Commit
16b35db
·
verified ·
1 Parent(s): ee90640

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -116,13 +116,13 @@ A large-scale, multi-source dataset linking hacker community discourse, exploit
116
  from datasets import load_dataset
117
 
118
  # Load the 10K stratified sample (24 MB)
119
- sample = load_dataset("DatasetSubmission/etg-exploit-text-graph", "sample")
120
 
121
  # Load a benchmark task
122
- task1 = load_dataset("DatasetSubmission/etg-exploit-text-graph", "task1_exploit_clf")
123
 
124
  # Load the full corpus (12 GB)
125
- full = load_dataset("DatasetSubmission/etg-exploit-text-graph", "default")
126
  ```
127
 
128
  ## Source Layers
 
116
  from datasets import load_dataset
117
 
118
  # Load the 10K stratified sample (24 MB)
119
+ sample = load_dataset("DatasetSubmission/HackerSignal", "sample")
120
 
121
  # Load a benchmark task
122
+ task1 = load_dataset("DatasetSubmission/HackerSignal", "task1_exploit_clf")
123
 
124
  # Load the full corpus (12 GB)
125
+ full = load_dataset("DatasetSubmission/HackerSignal", "default")
126
  ```
127
 
128
  ## Source Layers