shawhin commited on
Commit
8f03ea3
1 Parent(s): a7e435e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -35,6 +35,17 @@ configs:
35
  # Phishing Website Dataset
36
  A subset of phishing site dataset from here: https://www.kaggle.com/datasets/taruntiwarihp/phishing-site-urls/data
37
 
 
 
 
 
 
 
38
  ### Features
39
  - text = website URL
40
- - label = phishing site indicator (1=phishing, 0=not phishing)
 
 
 
 
 
 
35
  # Phishing Website Dataset
36
  A subset of phishing site dataset from here: https://www.kaggle.com/datasets/taruntiwarihp/phishing-site-urls/data
37
 
38
+ Data used for model compression example.
39
+
40
+ Video: https://youtu.be/FLkUOkeMd5M <br>
41
+ Blog: https://towardsdatascience.com/compressing-large-language-models-llms-9f406eea5b5e <br>
42
+ Example code: https://github.com/ShawhinT/YouTube-Blog/tree/main/LLMs/model-compression
43
+
44
  ### Features
45
  - text = website URL
46
+ - label = phishing site indicator (1=phishing, 0=not phishing)
47
+
48
+ ### Models
49
+ - [shawhin/bert-phishing-classifier_teacher](https://huggingface.co/shawhin/bert-phishing-classifier_teacher)
50
+ - [shawhin/bert-phishing-classifier_student](https://huggingface.co/shawhin/bert-phishing-classifier_student)
51
+ - [shawhin/bert-phishing-classifier_student_4bit](https://huggingface.co/shawhin/bert-phishing-classifier_student_4bit)