zero-shot benchmark edbcb21
alverciito commited on
How to use Alverciito/wikipedia_segmentation with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Alverciito/wikipedia_segmentation", trust_remote_code=True, dtype="auto")