CoolFace
Modelpublic

tankiit/credence-distilbert-uncased-20251223-234956-tid8

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes
Model Card

credence-distilbert-uncased-20251223-234956-tid8

CREDENCE checkpoint for tid8 (nli) with backbone distilbert-base-uncased (5 concept heads).

Paper: https://huggingface.co/papers/2604.24170 · arXiv: 2604.24170

Training run folder: distilbert-uncased_20251223_234956

Files

  • —credence_checkpoint.pt — PyTorch checkpoint (model_state_dict, config, metadata, optimizer state)

Load with huggingface_hub

python
from huggingface_hub import hf_hub_download
import torch

path = hf_hub_download(repo_id="tankiit/credence-distilbert-uncased-20251223-234956-tid8", filename="credence_checkpoint.pt")
ckpt = torch.load(path, map_location="cpu", weights_only=False)
state = ckpt["model_state_dict"]
config = ckpt["config"]

Load into your CREDENCE model implementation (see project credence.py).

Citation

bibtex
@article{mukherjee2026credence,
  title={Credal Concept Bottleneck Models for Epistemic--Aleatoric Uncertainty Decomposition},
  author={Mukherjee, et al.},
  journal={arXiv preprint arXiv:2604.24170},
  year={2026}
}

Evaluation (test)

MetricValue
Accuracy0.4238
ρ(epistemic, error)0.0000
ρ(aleatoric, unknown)0.0000