How to use ji-xin/bert_base-RTE-two_stage with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ji-xin/bert_base-RTE-two_stage", dtype="auto")