Instructions to use devesh1011/fine-tuned-bert-hate-speech-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use devesh1011/fine-tuned-bert-hate-speech-model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("devesh1011/fine-tuned-bert-hate-speech-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K