Text Classification
Transformers
Safetensors
distilbert
text-embeddings-inference
How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="ModSpecialization/distilbert-base-uncased-fraud-classifer")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("ModSpecialization/distilbert-base-uncased-fraud-classifer")
model = AutoModelForSequenceClassification.from_pretrained("ModSpecialization/distilbert-base-uncased-fraud-classifer")
Quick Links

DistilBERT Fraud Detection

This is the model card of a 🤗 transformers model that has been pushed on the Hub. A fine-tuned distilbert-base-uncased model for binary classification (fraud detection).

  • Developed by: Model Specialization Lab
  • Model type: Classification
  • Finetuned from model : distilbert/distilbert-base-uncased

Evaluation Metrics

See eval_metrics.json for detailed metrics.

Downloads last month
1
Safetensors
Model size
67M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ModSpecialization/distilbert-base-uncased-fraud-classifer

Finetuned
(12034)
this model

Dataset used to train ModSpecialization/distilbert-base-uncased-fraud-classifer

Space using ModSpecialization/distilbert-base-uncased-fraud-classifer 1