Text Classification
Transformers
PyTorch
Hebrew
bert
feature-extraction
code
text-embeddings-inference
Instructions to use SinaLab/Offensive-Hebrew with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SinaLab/Offensive-Hebrew with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SinaLab/Offensive-Hebrew")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("SinaLab/Offensive-Hebrew") model = AutoModel.from_pretrained("SinaLab/Offensive-Hebrew") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
5cf56a4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c9bf56387f858a0d2bf1e956ae47182345e22356f78df076eb227815204fe8b4
size 1511943017
|