Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

MelvinNathan
/
Fraud-detect

Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use MelvinNathan/Fraud-detect with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MelvinNathan/Fraud-detect with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="MelvinNathan/Fraud-detect")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("MelvinNathan/Fraud-detect")
    model = AutoModelForSequenceClassification.from_pretrained("MelvinNathan/Fraud-detect")
  • Notebooks
  • Google Colab
  • Kaggle
Fraud-detect / runs
75.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
MelvinNathan's picture
MelvinNathan
Upload 17 files
38e6833 verified about 1 year ago
  • Jan20_09-58-27_e1b985b7dd2c
    Upload 17 files about 1 year ago
  • Jan20_10-06-03_e1b985b7dd2c
    Upload 17 files about 1 year ago
  • Jan20_10-47-20_e1b985b7dd2c
    Upload 17 files about 1 year ago
  • Jan30_07-45-08_99d88b068af6
    Upload 17 files about 1 year ago
  • Jan30_08-02-32_99d88b068af6
    Upload 17 files about 1 year ago
  • Jan30_08-22-48_99d88b068af6
    Upload 17 files about 1 year ago
  • Jan30_08-38-41_99d88b068af6
    Upload 17 files about 1 year ago
  • Jan30_08-56-13_99d88b068af6
    Upload 17 files about 1 year ago
  • Jan30_09-26-22_99d88b068af6
    Upload 17 files about 1 year ago