Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use BothBosu/bert-scam-classifier-v1.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BothBosu/bert-scam-classifier-v1.1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="BothBosu/bert-scam-classifier-v1.1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("BothBosu/bert-scam-classifier-v1.1") model = AutoModelForSequenceClassification.from_pretrained("BothBosu/bert-scam-classifier-v1.1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
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:cbc4e4cdffbc6ec4a1a72afc1ae4fd55a579efab1ea55f94d3527ecedc57f101
|
| 3 |
size 437958648
|
runs/May09_03-03-15_0fe671381c12/events.out.tfevents.1715223796.0fe671381c12.595.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46bed4d08bd5bf2db50b9bf6ba52f84a449dd1b4953e27d6025226f2318dc2f3
|
| 3 |
+
size 5085
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d84cbbec3d4720dd4fd326826f0a2e694372da609a531410f027214b8c1746d5
|
| 3 |
size 4984
|