How to use youssef101/xprovence with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("youssef101/xprovence", trust_remote_code=True) model = AutoModel.from_pretrained("youssef101/xprovence", trust_remote_code=True)
The community tab is the place to discuss and collaborate with the HF community!