Instructions to use niksss/Hinglish-HATEBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use niksss/Hinglish-HATEBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="niksss/Hinglish-HATEBERT")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("niksss/Hinglish-HATEBERT") model = AutoModel.from_pretrained("niksss/Hinglish-HATEBERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Fine-Tune it using this nb
- Downloads last month
- 11