How to use rahulkhandelw/TensePrediction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="rahulkhandelw/TensePrediction")
# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("rahulkhandelw/TensePrediction") model = AutoModelForTokenClassification.from_pretrained("rahulkhandelw/TensePrediction")
Can you add more information about this model?
· Sign up or log in to comment