mstfknn commited on
Commit
8ad64a9
·
verified ·
1 Parent(s): da6f8b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -10
README.md CHANGED
@@ -17,8 +17,8 @@ This dataset contains labeled domain names used to train phishing detection mode
17
  Each line is in FastText format:
18
 
19
  ```
20
- __label__phishing carreeffoursa.site
21
- __label__clean google.com
22
  ```
23
 
24
  ## Statistics
@@ -28,14 +28,6 @@ __label__clean google.com
28
 
29
  *(Replace with your real counts if needed.)*
30
 
31
- ## Usage
32
-
33
- Use this file as input for FastText supervised training:
34
-
35
- ```bash
36
- ./fasttext supervised -input phishing_train.txt -output phishing_model
37
- ```
38
-
39
  ## License
40
 
41
  MIT
 
17
  Each line is in FastText format:
18
 
19
  ```
20
+ carreeffoursa.site
21
+ google.com
22
  ```
23
 
24
  ## Statistics
 
28
 
29
  *(Replace with your real counts if needed.)*
30
 
 
 
 
 
 
 
 
 
31
  ## License
32
 
33
  MIT