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

JohnsonManuel
/
distilbert-base-uncased-lora-text-classification

PEFT
TensorBoard
Safetensors
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use JohnsonManuel/distilbert-base-uncased-lora-text-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use JohnsonManuel/distilbert-base-uncased-lora-text-classification with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("distilbert-base-uncased")
    model = PeftModel.from_pretrained(base_model, "JohnsonManuel/distilbert-base-uncased-lora-text-classification")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-base-uncased-lora-text-classification
3.48 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
JohnsonManuel's picture
JohnsonManuel
JohnsonManuel/distilbert-base-uncased-lora-text-classification
ccf4ba3 verified over 1 year ago
  • runs
    JohnsonManuel/distilbert-base-uncased-lora-text-classification over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    2.17 kB
    JohnsonManuel/distilbert-base-uncased-lora-text-classification over 1 year ago
  • adapter_config.json
    662 Bytes
    Upload model over 1 year ago
  • adapter_model.safetensors
    2.52 MB
    xet
    Upload model over 1 year ago
  • special_tokens_map.json
    125 Bytes
    JohnsonManuel/distilbert-base-uncased-lora-text-classification over 1 year ago
  • tokenizer.json
    711 kB
    JohnsonManuel/distilbert-base-uncased-lora-text-classification over 1 year ago
  • tokenizer_config.json
    1.22 kB
    JohnsonManuel/distilbert-base-uncased-lora-text-classification over 1 year ago
  • training_args.bin
    5.24 kB
    xet
    JohnsonManuel/distilbert-base-uncased-lora-text-classification over 1 year ago
  • vocab.txt
    232 kB
    JohnsonManuel/distilbert-base-uncased-lora-text-classification over 1 year ago