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

edbeeching
/
falcon-7b-ift-rm-22

PEFT
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use edbeeching/falcon-7b-ift-rm-22 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use edbeeching/falcon-7b-ift-rm-22 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForSequenceClassification
    
    base_model = AutoModelForSequenceClassification.from_pretrained("HuggingFaceH4/falcon-7b-ift")
    model = PeftModel.from_pretrained(base_model, "edbeeching/falcon-7b-ift-rm-22")
  • Notebooks
  • Google Colab
  • Kaggle
falcon-7b-ift-rm-22
2.74 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
edbeeching's picture
edbeeching HF Staff
Upload tokenizer
bd0465c almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    1.45 kB
    Upload model almost 3 years ago
  • adapter_config.json
    487 Bytes
    Upload model almost 3 years ago
  • special_tokens_map.json
    174 Bytes
    Upload tokenizer almost 3 years ago
  • tokenizer.json
    2.73 MB
    Upload tokenizer almost 3 years ago
  • tokenizer_config.json
    180 Bytes
    Upload tokenizer almost 3 years ago