Text Classification
Transformers
PyTorch
TensorBoard
English
bert
Generated from Trainer
text-embeddings-inference
Instructions to use DunnBC22/bert-base-uncased-Abusive_Or_Threatening_Speech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DunnBC22/bert-base-uncased-Abusive_Or_Threatening_Speech with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="DunnBC22/bert-base-uncased-Abusive_Or_Threatening_Speech")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("DunnBC22/bert-base-uncased-Abusive_Or_Threatening_Speech") model = AutoModelForSequenceClassification.from_pretrained("DunnBC22/bert-base-uncased-Abusive_Or_Threatening_Speech") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 438005109
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02b63d29753c4d630b228fa909add2c4efd00c8283e8a69b3b31edc6c73339d3
|
| 3 |
size 438005109
|
runs/May13_01-09-40_Lees-Air/events.out.tfevents.1683958188.Lees-Air.30886.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:c09737a56dda432d637d30d822b7855ff783c482583a66711c021fbfafc69ba5
|
| 3 |
+
size 15208
|