Commit
·
9ec499d
1
Parent(s):
91d8166
Add model-index and pipeline_tag to enable hosted inference
Browse files- README.md +2 -0
- model-index.json +14 -0
README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: bert-large-uncased
|
| 4 |
tags:
|
|
|
|
| 1 |
---
|
| 2 |
+
pipeline_tag: text-classification
|
| 3 |
+
---
|
| 4 |
license: apache-2.0
|
| 5 |
base_model: bert-large-uncased
|
| 6 |
tags:
|
model-index.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model-index": [
|
| 3 |
+
{
|
| 4 |
+
"name": "phishing-email-detector-capstone",
|
| 5 |
+
"results": [
|
| 6 |
+
{
|
| 7 |
+
"task": "text-classification",
|
| 8 |
+
"dataset": "custom",
|
| 9 |
+
"metrics": []
|
| 10 |
+
}
|
| 11 |
+
]
|
| 12 |
+
}
|
| 13 |
+
]
|
| 14 |
+
}
|