How to use classla/swissbert-geo with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForMultiLabelSequenceClassification tokenizer = AutoTokenizer.from_pretrained("classla/swissbert-geo") model = BertForMultiLabelSequenceClassification.from_pretrained("classla/swissbert-geo")
The community tab is the place to discuss and collaborate with the HF community!