fix huggingface model missmatch 34f99b8
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, device_map="auto")