Instructions to use Cameron/BERT-rtgender-opgender-annotations with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Cameron/BERT-rtgender-opgender-annotations with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Cameron/BERT-rtgender-opgender-annotations")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Cameron/BERT-rtgender-opgender-annotations") model = AutoModelForSequenceClassification.from_pretrained("Cameron/BERT-rtgender-opgender-annotations") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
30c103f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2bf8e128d667b81621016608aa9916dbde10b181da7c907b500c436cc0122cb5
size 433254456
|