Add phish model
Browse filesAdd the custom phish classification model
- config.json +1 -1
- model.safetensors +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "./trainer-3",
|
3 |
"architectures": [
|
4 |
"MarkupLMForSequenceClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./trainer-3/",
|
3 |
"architectures": [
|
4 |
"MarkupLMForSequenceClassification"
|
5 |
],
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c0402f2cd8f1085ae93eb506e1f4cbb48602f5edf2008da4a03bf5b7dd72c82
|
3 |
+
size 540858040
|