Views
No views yet
see checkpoint config (5 concept heads).phi-3-mini-4k-instruct_20251231_152729credence_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-phi-3-mini-4k-instruct-20251231-152729-goemotions", 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}