Instructions to use rahulkhandelw/NumberPrediction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rahulkhandelw/NumberPrediction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="rahulkhandelw/NumberPrediction")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("rahulkhandelw/NumberPrediction") model = AutoModelForTokenClassification.from_pretrained("rahulkhandelw/NumberPrediction") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
d21c3cd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:426ac3edd480afb7012b677117b156892355da7981fb91cb8c67ed03eae96310
size 265495589
|