Instructions to use franac1/hate_speech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use franac1/hate_speech with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="franac1/hate_speech")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("franac1/hate_speech") model = AutoModelForSequenceClassification.from_pretrained("franac1/hate_speech") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 0
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 442499672
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:911b30a111f6cf05177413e4a42caab2e88cf66c05cf8337c6b9a5babaf0a5f6
|
| 3 |
size 442499672
|