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

ricecake
/
Orca-2-13B-Pyg-and-Bluemoon

PEFT
Safetensors
llama
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use ricecake/Orca-2-13B-Pyg-and-Bluemoon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ricecake/Orca-2-13B-Pyg-and-Bluemoon with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/Orca-2-13b")
    model = PeftModel.from_pretrained(base_model, "ricecake/Orca-2-13B-Pyg-and-Bluemoon")
  • Notebooks
  • Google Colab
  • Kaggle
Orca-2-13B-Pyg-and-Bluemoon
501 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ricecake's picture
ricecake
Update README.md
07c044d over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    596 Bytes
    Update README.md over 2 years ago
  • adapter_config.json
    564 Bytes
    Upload 8 files over 2 years ago
  • adapter_model.safetensors
    501 MB
    xet
    Upload 8 files over 2 years ago
  • added_tokens.json
    69 Bytes
    Upload 8 files over 2 years ago
  • config.json
    1.06 kB
    Upload 8 files over 2 years ago
  • special_tokens_map.json
    552 Bytes
    Upload 8 files over 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload 8 files over 2 years ago
  • tokenizer_config.json
    1.51 kB
    Upload 8 files over 2 years ago