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

bnsapa
/
faq-llm

Text Generation
PEFT
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use bnsapa/faq-llm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use bnsapa/faq-llm with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b")
    model = PeftModel.from_pretrained(base_model, "bnsapa/faq-llm")
  • Notebooks
  • Google Colab
  • Kaggle
faq-llm
21.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
bnsapa's picture
bnsapa
Trained on the dataset
4c78ca9 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.53 kB
    Update README.md over 2 years ago
  • adapter_config.json
    479 Bytes
    Trained on the Falcon 7b over 2 years ago
  • adapter_model.safetensors
    18.9 MB
    xet
    Update Tokenizer over 2 years ago
  • generation_config.json
    118 Bytes
    Trained on the dataset over 2 years ago
  • special_tokens_map.json
    427 Bytes
    Update Tokenizer over 2 years ago
  • tokenizer.json
    2.73 MB
    Update Tokenizer over 2 years ago
  • tokenizer_config.json
    2.64 kB
    Update Tokenizer over 2 years ago