Instructions to use rahulkhandelw/TensePrediction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2d55671 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:36e2029360facd613e7408e6a2cd63c5d9f8de76d07eb5c4add91465c08c63b1
size 3899
|