Update README.md
Browse files
README.md
CHANGED
@@ -9,18 +9,8 @@ tags:
|
|
9 |
- onnx
|
10 |
model_format: pickle
|
11 |
model_file: model.pkl
|
12 |
-
inference:
|
13 |
pipeline_tag: text-classification
|
14 |
-
|
15 |
-
model-index:
|
16 |
-
- name: phishing-url-detection
|
17 |
-
results:
|
18 |
-
- task:
|
19 |
-
type: text-classification
|
20 |
-
name: Text Classification
|
21 |
-
metrics:
|
22 |
-
- type: precision # Required. Example: wer. Use metric id from https://hf.co/metrics
|
23 |
-
value: 0.90 # Required. Example: 20.90
|
24 |
---
|
25 |
|
26 |
# Model Description
|
|
|
9 |
- onnx
|
10 |
model_format: pickle
|
11 |
model_file: model.pkl
|
12 |
+
inference: true
|
13 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# Model Description
|