Instructions to use Mesay/Homo-mex-multi-label-hate-speech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mesay/Homo-mex-multi-label-hate-speech with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Mesay/Homo-mex-multi-label-hate-speech")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Mesay/Homo-mex-multi-label-hate-speech") model = AutoModelForSequenceClassification.from_pretrained("Mesay/Homo-mex-multi-label-hate-speech", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
26b7bf9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:71241c990d70869f96eef9ebc70ba54bcf213dfe15a773c342ef1a122efd2c96
size 438057141
|