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: 134 Bytes
2d55671 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b160efdfa61a85d593f3d3a9f24146717cd0f8fffdabc69f4f85d7f262f86ac9
size 265495589
|