Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use GioReg/BertMultiHateSpeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GioReg/BertMultiHateSpeech with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="GioReg/BertMultiHateSpeech", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("GioReg/BertMultiHateSpeech") model = AutoModelForSequenceClassification.from_pretrained("GioReg/BertMultiHateSpeech", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 669502829
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a6c0b9f88e05fdcab085a6cd48363549655696ae07fca70410b33c7401f6cf6
|
| 3 |
size 669502829
|
runs/Apr15_10-40-44_6adebdb0db0d/events.out.tfevents.1650019259.6adebdb0db0d.73.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:871a87a55157557f12363e724ff730da8947ce14db7fec6b5efa4f4c7ce97b03
|
| 3 |
+
size 4331
|
runs/Apr15_10-40-44_6adebdb0db0d/events.out.tfevents.1650020400.6adebdb0db0d.73.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b65ec215dc6bb3d5182157ec1ad8af80807b4501fae2d6f31de53defe4c76295
|
| 3 |
+
size 409
|