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