Instructions to use levalencia/FineTunedHateSpeechDistilBert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use levalencia/FineTunedHateSpeechDistilBert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="levalencia/FineTunedHateSpeechDistilBert")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("levalencia/FineTunedHateSpeechDistilBert", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
dcf2c62
1
Parent(s): cee9fe2
Upload distilbertafinetuned.pth
Browse files- distilbertafinetuned.pth +3 -0
distilbertafinetuned.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6113a7c452ed382e235f5876418ebdb36fd81ddf193fe68a0da84a8ddfc1dc0
|
| 3 |
+
size 267864083
|