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
What is the fine-tuning data
#5
by davidharket - opened
Hey, I think this model is very interesting. Would you be able to provide the data that you have used for fine-tuning?