YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Create README.md
Sample Usage
import pickle
from huggingface_hub import hf_hub_download
# load probe
path = hf_hub_download(
repo_id="jammjelly/role-probes",
filename="probes/gpt-oss-20b/layer_12/probe.pkl"
)
probe = pickle.load(open(path, "rb"))
## get relevant (token-level) hidden states ##
# obtain (token-level) role predictions
probs = probe.predict_proba(layer_hs)
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support