Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use BothBosu/bert-scam-classifier-v1.4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BothBosu/bert-scam-classifier-v1.4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="BothBosu/bert-scam-classifier-v1.4")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("BothBosu/bert-scam-classifier-v1.4") model = AutoModelForSequenceClassification.from_pretrained("BothBosu/bert-scam-classifier-v1.4", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:383e3f37dbb498a06f1b7e0a851b269ff18e7de18f53b1618aff897c14e6502f
|
| 3 |
size 437958648
|
runs/May27_13-47-00_7a9476522064/events.out.tfevents.1716817621.7a9476522064.1559.1
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:a47de2f4953c72e16b9ce327764d3f146c099a67e53906745899118031d0d200
|
| 3 |
+
size 5494
|