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
- training_args.bin +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:a4d0c30bd2132caa279866474d76086e9c92fc27f45778356e3f68fd51843d1e
|
| 3 |
size 442499672
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ada26085e22b80fecc0897396b45e6ced621bc75380ce16d996d7c8d3ab9e384
|
| 3 |
size 5777
|