Instructions to use IsGarrido/gender_classifier_en_modernbert_distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IsGarrido/gender_classifier_en_modernbert_distilled with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="IsGarrido/gender_classifier_en_modernbert_distilled")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("IsGarrido/gender_classifier_en_modernbert_distilled") model = AutoModelForSequenceClassification.from_pretrained("IsGarrido/gender_classifier_en_modernbert_distilled", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 32f351a3b95301adb6936c8c7d57ab1dcec3988892a57d0dffb770473f6bf7d6
- Size of remote file:
- 5.91 kB
- SHA256:
- 8cc924c7faea5736893061857dee9b4031e8824b87a4b82960f2c286d27e5241
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.