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