Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,16 @@ model_format: pickle
|
|
11 |
model_file: model.pkl
|
12 |
inference: false
|
13 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# Model Description
|
@@ -143,7 +153,7 @@ main();
|
|
143 |
|
144 |
|
145 |
|
146 |
-
## With joblib
|
147 |
|
148 |
<details>
|
149 |
<summary>See the code snippet</summary>
|
|
|
11 |
model_file: model.pkl
|
12 |
inference: false
|
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
|
|
|
153 |
|
154 |
|
155 |
|
156 |
+
## With joblib or pickle (not recommanded)
|
157 |
|
158 |
<details>
|
159 |
<summary>See the code snippet</summary>
|