How to use Alibaba-NLP/GVE-7B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("Alibaba-NLP/GVE-7B", trust_remote_code=True) model = AutoModel.from_pretrained("Alibaba-NLP/GVE-7B", trust_remote_code=True)
The community tab is the place to discuss and collaborate with the HF community!