Instructions to use poooj/BERTHateSpeechClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use poooj/BERTHateSpeechClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="poooj/BERTHateSpeechClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("poooj/BERTHateSpeechClassification") model = AutoModelForSequenceClassification.from_pretrained("poooj/BERTHateSpeechClassification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d109bceae6760c9cc882b31fcabcbbce05414466ea7bb516e84b72de34658824
|
| 3 |
size 437958648
|