Push model using huggingface_hub.
Browse files- README.md +20 -0
- config.json +6 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: phishbyte
|
| 3 |
+
license: mit
|
| 4 |
+
pipeline_tag: text-classification
|
| 5 |
+
tags:
|
| 6 |
+
- cascading-inference
|
| 7 |
+
- email-security
|
| 8 |
+
- from-scratch
|
| 9 |
+
- lightweight
|
| 10 |
+
- model_hub_mixin
|
| 11 |
+
- no-pretrained-weights
|
| 12 |
+
- phishing-detection
|
| 13 |
+
- pytorch
|
| 14 |
+
- pytorch_model_hub_mixin
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 18 |
+
- Code: https://github.com/AnonymousSingh-007/Phish_Byte
|
| 19 |
+
- Paper: [More Information Needed]
|
| 20 |
+
- Docs: https://github.com/AnonymousSingh-007/Phish_Byte#readme
|
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dropout1": 0.3,
|
| 3 |
+
"dropout2": 0.2,
|
| 4 |
+
"hidden_dim": 128,
|
| 5 |
+
"input_dim": 29
|
| 6 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81c474b9fe855039420d2a71cdb18305af57f4d49c5e6ae7d71ee3851ba17bf2
|
| 3 |
+
size 52940
|