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

ALI-USER
/
bert-lora-newsgroups

PEFT
Safetensors
lora
classification
fine tuning
transfer learning
Model card Files Files and versions
xet
Community

Instructions to use ALI-USER/bert-lora-newsgroups with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ALI-USER/bert-lora-newsgroups with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("bert-base-uncased")
    model = PeftModel.from_pretrained(base_model, "ALI-USER/bert-lora-newsgroups")
  • Notebooks
  • Google Colab
  • Kaggle
bert-lora-newsgroups
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
ALI-USER's picture
ALI-USER
Update README.md
c6d734e verified 5 months ago
  • checkpoint-1416
    Upload folder using huggingface_hub 5 months ago
  • checkpoint-2124
    Upload folder using huggingface_hub 5 months ago
  • checkpoint-708
    Upload folder using huggingface_hub 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    1.26 kB
    Update README.md 5 months ago
  • adapter_config.json
    996 Bytes
    Upload folder using huggingface_hub 6 months ago
  • adapter_model.safetensors
    1.25 MB
    xet
    Upload folder using huggingface_hub 5 months ago
  • special_tokens_map.json
    125 Bytes
    Upload folder using huggingface_hub 6 months ago
  • tokenizer.json
    711 kB
    Upload folder using huggingface_hub 6 months ago
  • tokenizer_config.json
    1.22 kB
    Upload folder using huggingface_hub 6 months ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub 6 months ago