Update model card 'README.md' on Hugging Face Hub
Browse files
README.md
CHANGED
|
@@ -85,7 +85,8 @@ print(f"Prediction: {prediction}")
|
|
| 85 |
```
|
| 86 |
|
| 87 |
#### Downloading and Using the Pipeline
|
| 88 |
-
|
|
|
|
| 89 |
|
| 90 |
```python
|
| 91 |
from huggingface_hub import hf_hub_download
|
|
|
|
| 85 |
```
|
| 86 |
|
| 87 |
#### Downloading and Using the Pipeline
|
| 88 |
+
You can download the serialized `joblib` pipeline for inference using `huggingface_hub`.
|
| 89 |
+
**Note:** Unlike the API, the pipeline requires a `pandas DataFrame` input and returns probabilities. You must manually apply the optimized decision threshold of `0.29`.
|
| 90 |
|
| 91 |
```python
|
| 92 |
from huggingface_hub import hf_hub_download
|