How to use Ehsanl/Robbert_base23_old_7neg_kd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Ehsanl/Robbert_base23_old_7neg_kd")
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Ehsanl/Robbert_base23_old_7neg_kd") model = AutoModel.from_pretrained("Ehsanl/Robbert_base23_old_7neg_kd")
The community tab is the place to discuss and collaborate with the HF community!