Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
tags:
|
8 |
+
- medium
|
9 |
+
- text-classification
|
10 |
+
library_name: transformers
|
11 |
+
---
|
12 |
+
See the https://www.kaggle.com/dima806/phishing-email-detection-distilbert-huggingface for more details
|