btizzy's picture
Upload README.md with huggingface_hub
3dc6920 verified
# Example Joblib Model
This is a demonstration model for testing purposes.
## Usage
```python
import joblib
# WARNING: Never load joblib files from untrusted sources
model = joblib.load("model.joblib")
```