Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

finmigodeveloper
/
distilbert-transaction-classifier-lora

Text Classification
PEFT
Safetensors
English
transaction-categorization
distilbert
lora
finance
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use finmigodeveloper/distilbert-transaction-classifier-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("finmigodeveloper/distilbert-transaction-classifier")
    model = PeftModel.from_pretrained(base_model, "finmigodeveloper/distilbert-transaction-classifier-lora")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-transaction-classifier-lora
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
finmigodeveloper's picture
finmigodeveloper
Upload README.md with huggingface_hub
960863b verified about 2 months ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • README.md
    2.19 kB
    Upload README.md with huggingface_hub about 2 months ago
  • adapter_config.json
    1.06 kB
    Upload model about 2 months ago
  • adapter_model.safetensors
    3.58 MB
    xet
    Upload model about 2 months ago
  • tokenizer.json
    711 kB
    Upload tokenizer about 2 months ago
  • tokenizer_config.json
    322 Bytes
    Upload tokenizer about 2 months ago
  • training_stats.json
    669 Bytes
    Upload training_stats.json with huggingface_hub about 2 months ago