fix: drop the sklearn declaration — no loadable artifact exists here
Browse fileslibrary_name: sklearn plus sklearn/joblib tags told the Hub to present this as a loadable scikit-learn model, but the repo ships no joblib, npz or safetensors artifact, and get_kernel is UNAVAILABLE so the kernel path does not resolve either. Removes the declaration and those tags, and adds a NOT A LOADABLE MODEL banner. The surrogate rules and tests are real; the checkpoint is not.
README.md
CHANGED
|
@@ -1,15 +1,23 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
library_name: sklearn
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
- doctrine-v11
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
<!-- SZL-KERNEL-OPERATIONAL:START -->
|
| 14 |
## Operational (MEASURED laptop-Blackwell)
|
| 15 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
tags:
|
| 4 |
+
- surrogate
|
| 5 |
+
- recipe-conformance
|
| 6 |
+
- szl-holdings
|
| 7 |
+
- doctrine-v11
|
| 8 |
+
- not-a-checkpoint
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
+
> **NOT A LOADABLE MODEL.** This repository contains no weight artifact — no
|
| 12 |
+
> `joblib`, no `npz`, no `safetensors`. It previously declared
|
| 13 |
+
> `library_name: sklearn` with `sklearn` and `joblib` tags, which told the Hub to
|
| 14 |
+
> present it as a loadable scikit-learn model; nothing here can be loaded that
|
| 15 |
+
> way. `get_kernel` is **UNAVAILABLE** (returns `False`), so the kernel path does
|
| 16 |
+
> not resolve either. Both the sklearn declaration and the kernel path have been
|
| 17 |
+
> removed from the metadata rather than left to imply a capability that is
|
| 18 |
+
> absent. The surrogate rules and tests in this repo are real; the checkpoint is
|
| 19 |
+
> not.
|
| 20 |
+
|
| 21 |
<!-- SZL-KERNEL-OPERATIONAL:START -->
|
| 22 |
## Operational (MEASURED laptop-Blackwell)
|
| 23 |
|