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