Instructions to use artefactory/BERTJudge-Free-CR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use artefactory/BERTJudge-Free-CR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="artefactory/BERTJudge-Free-CR", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("artefactory/BERTJudge-Free-CR", trust_remote_code=True) model = AutoModelForSequenceClassification.from_pretrained("artefactory/BERTJudge-Free-CR", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
8846e40 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:33dc457f2068683eb5d5f368d64903dabd0922aa5b8c647431e2cb7fd0492f6d
size 17210804
|