Instructions to use s-nlp/Mutual_Implication_Score with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use s-nlp/Mutual_Implication_Score with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForSequenceClassification_all_in_one_local tokenizer = AutoTokenizer.from_pretrained("s-nlp/Mutual_Implication_Score") model = RobertaForSequenceClassification_all_in_one_local.from_pretrained("s-nlp/Mutual_Implication_Score") - Notebooks
- Google Colab
- Kaggle
Ctrl+K