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

oliverwang15
/
FinGPT_v21_Llama2_13B_Sentiment_LLM_Instruction_LoRA_FT_8bit

PEFT
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use oliverwang15/FinGPT_v21_Llama2_13B_Sentiment_LLM_Instruction_LoRA_FT_8bit with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/home/yanglet/.cache/huggingface/hub/models--daryl149--Llama-2-13b-chat-hf/snapshots/23c1836b352727e26f31239b79e83c7721684420")
    model = PeftModel.from_pretrained(base_model, "oliverwang15/FinGPT_v21_Llama2_13B_Sentiment_LLM_Instruction_LoRA_FT_8bit")
  • Notebooks
  • Google Colab
  • Kaggle
FinGPT_v21_Llama2_13B_Sentiment_LLM_Instruction_LoRA_FT_8bit
26.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
oliverwang15's picture
oliverwang15
Upload model
bde56e1 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    464 Bytes
    Upload model over 2 years ago
  • adapter_config.json
    546 Bytes
    Upload model over 2 years ago
  • adapter_model.safetensors
    26.2 MB
    xet
    Upload model over 2 years ago