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

generativex
/
Finance-Llama-2-70b-chat_LoRA

PEFT
Model card Files Files and versions
xet
Community

Instructions to use generativex/Finance-Llama-2-70b-chat_LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use generativex/Finance-Llama-2-70b-chat_LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-70b-chat-hf")
    model = PeftModel.from_pretrained(base_model, "generativex/Finance-Llama-2-70b-chat_LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
Finance-Llama-2-70b-chat_LoRA
524 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Yueda's picture
Yueda
Update README.md
6d6a22b almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    226 Bytes
    Update README.md almost 3 years ago
  • adapter_config.json
    452 Bytes
    Upload folder using huggingface_hub almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    524 MB
    xet
    Upload folder using huggingface_hub almost 3 years ago