betterwithage commited on
Commit
d0cb736
·
verified ·
1 Parent(s): 0f089e2

fix: drop the sklearn declaration — no loadable artifact exists here

Browse files

library_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.

Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -1,15 +1,23 @@
1
  ---
2
  license: apache-2.0
3
- library_name: sklearn
4
  tags:
5
- - sklearn
6
- - joblib
7
- - surrogate
8
- - recipe-conformance
9
- - szl-holdings
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