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

keyegon2024
/
falcon-lora-imdb

Text Generation
PEFT
Safetensors
English
Generated from Trainer
lora
falcon
sentiment-analysis
imdb
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use keyegon2024/falcon-lora-imdb with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-rw-1b")
    model = PeftModel.from_pretrained(base_model, "keyegon2024/falcon-lora-imdb")
  • Notebooks
  • Google Colab
  • Kaggle
falcon-lora-imdb
6.31 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
keyegon2024's picture
keyegon2024
Update model card with comprehensive documentation
0dc3a15 verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    6.02 kB
    Update model card with comprehensive documentation 12 months ago
  • adapter_config.json
    800 Bytes
    Upload model 12 months ago
  • adapter_model.safetensors
    6.3 MB
    xet
    Upload model 12 months ago