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