Views
No views yet
roberta-base (1 concept heads).head_ablation_roberta_20251224_104358credence_checkpoint.pt — PyTorch checkpoint (model_state_dict, config, metadata, optimizer state)1from huggingface_hub import hf_hub_download
2import torch
3
4path = hf_hub_download(repo_id="tankiit/credence-ablation-roberta-n-heads-1-hatexplain", filename="credence_checkpoint.pt")
5ckpt = torch.load(path, map_location="cpu", weights_only=False)
6state = ckpt["model_state_dict"]
7config = ckpt["config"]credence.py).1@article{mukherjee2026credence,
2 title={Credal Concept Bottleneck Models for Epistemic--Aleatoric Uncertainty Decomposition},
3 author={Mukherjee, et al.},
4 journal={arXiv preprint arXiv:2604.24170},
5 year={2026}
6}