Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use padmajabfrl/Gender-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use padmajabfrl/Gender-Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="padmajabfrl/Gender-Classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("padmajabfrl/Gender-Classification") model = AutoModelForSequenceClassification.from_pretrained("padmajabfrl/Gender-Classification") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5f2f954 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a0b6580de9ac8660ce03e0e19d9860f796bbbf64ea27b4404b54ea3b4eb1ff25
size 3387
|