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

DipanAI
/
falcon_law_7Bat

PEFT
TensorBoard
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use DipanAI/falcon_law_7Bat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use DipanAI/falcon_law_7Bat with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("ybelkada/falcon-7b-sharded-bf16")
    model = PeftModel.from_pretrained(base_model, "DipanAI/falcon_law_7Bat")
  • Notebooks
  • Google Colab
  • Kaggle
falcon_law_7Bat / runs
6.73 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
DipanAI's picture
DipanAI
End of training
01cf5f2 almost 3 years ago
  • Jul12_17-50-09_fc972ae724a1
    End of training almost 3 years ago