How to use le723z/Rearank-7B with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("le723z/Rearank-7B") model = AutoModelForCausalLM.from_pretrained("le723z/Rearank-7B")
The community tab is the place to discuss and collaborate with the HF community!