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

jaideep-mahala
/
lora-imdb-adapter

PEFT
Safetensors
Transformers
lora
Model card Files Files and versions
xet
Community

Instructions to use jaideep-mahala/lora-imdb-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use jaideep-mahala/lora-imdb-adapter with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("bert-base-uncased")
    model = PeftModel.from_pretrained(base_model, "jaideep-mahala/lora-imdb-adapter")
  • Transformers

    How to use jaideep-mahala/lora-imdb-adapter with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("jaideep-mahala/lora-imdb-adapter", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
lora-imdb-adapter
2.14 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
jaideep-mahala's picture
jaideep-mahala
Upload folder using huggingface_hub
278ba90 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    5.16 kB
    Upload folder using huggingface_hub about 1 month ago
  • adapter_config.json
    1.09 kB
    Upload folder using huggingface_hub about 1 month ago
  • adapter_model.safetensors
    1.19 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • special_tokens_map.json
    132 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    711 kB
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    1.28 kB
    Upload folder using huggingface_hub about 1 month ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub about 1 month ago