How to use arslan2200/Arslan with paddlenlp:
# ⚠️ Type of model unknown from paddlenlp.transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("arslan2200/Arslan", from_hf_hub=True) model = AutoModel.from_pretrained("arslan2200/Arslan", from_hf_hub=True)
The community tab is the place to discuss and collaborate with the HF community!