paddlenlp How to use PaddleMIX/VCtrl-5B-Mask with paddlenlp:
# ⚠️ Type of model unknown
from paddlenlp.transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("PaddleMIX/VCtrl-5B-Mask", from_hf_hub=True)
model = AutoModel.from_pretrained("PaddleMIX/VCtrl-5B-Mask", from_hf_hub=True)