Instructions to use Cameron/BERT-mdgender-convai-binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Cameron/BERT-mdgender-convai-binary with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Cameron/BERT-mdgender-convai-binary")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Cameron/BERT-mdgender-convai-binary") model = AutoModelForSequenceClassification.from_pretrained("Cameron/BERT-mdgender-convai-binary") - Notebooks
- Google Colab
- Kaggle
Commit History
allow flax 21a3dff
add updated model files 19af5e2
Cameron Clarke commited on
remove model files 97ca996
Cameron Clarke commited on
add model files 51ead71
Cameron Clarke commited on