hackerman700000 commited on
Commit
ac7cf60
·
verified ·
1 Parent(s): 5010534

Update README with correct repo_id

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -23,7 +23,6 @@ A collection of **2,710 PDF reports** on Advanced Persistent Threats (APT) and C
23
  ## Structure
24
 
25
  ```
26
- data/
27
  ├── apt_groups/ (937 files) - Reports attributed to specific APT groups
28
  └── other/ (1773 files) - Multi-attribution, unattributed, and general CTI reports
29
  ```
@@ -52,5 +51,5 @@ data/
52
  ```python
53
  from huggingface_hub import snapshot_download
54
 
55
- snapshot_download(repo_id="YOUR_USERNAME/apt-cti-reports", repo_type="dataset")
56
  ```
 
23
  ## Structure
24
 
25
  ```
 
26
  ├── apt_groups/ (937 files) - Reports attributed to specific APT groups
27
  └── other/ (1773 files) - Multi-attribution, unattributed, and general CTI reports
28
  ```
 
51
  ```python
52
  from huggingface_hub import snapshot_download
53
 
54
+ snapshot_download(repo_id="hackerman700000/apt-cti-reports", repo_type="dataset")
55
  ```