Add YAML metadata to model card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Model Card — PriorMail Phishing Detector v1.0
|
| 2 |
|
| 3 |
**Model ID:** `phishing/v1.0`
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- id
|
| 5 |
+
license: other
|
| 6 |
+
tags:
|
| 7 |
+
- text-classification
|
| 8 |
+
- phishing-detection
|
| 9 |
+
- bert
|
| 10 |
+
base_model: bert-base-multilingual-cased
|
| 11 |
+
pipeline_tag: text-classification
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
# Model Card — PriorMail Phishing Detector v1.0
|
| 15 |
|
| 16 |
**Model ID:** `phishing/v1.0`
|