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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ishank9
/
lora-fraud-classifier

Text Classification
PEFT
Safetensors
lora
fraud-detection
Model card Files Files and versions
xet
Community

Instructions to use ishank9/lora-fraud-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ishank9/lora-fraud-classifier with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct")
    model = PeftModel.from_pretrained(base_model, "ishank9/lora-fraud-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
lora-fraud-classifier
15.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
ishank9's picture
ishank9
Update README.md
5e2ca75 verified 14 days ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 14 days ago
  • README.md
    2.52 kB
    Update README.md 14 days ago
  • adapter_config.json
    1.03 kB
    Upload model 14 days ago
  • adapter_model.safetensors
    4.37 MB
    xet
    Upload model 14 days ago
  • chat_template.jinja
    2.51 kB
    Upload tokenizer 14 days ago
  • tokenizer.json
    11.4 MB
    xet
    Upload tokenizer 14 days ago
  • tokenizer_config.json
    694 Bytes
    Upload tokenizer 14 days ago