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

TeamDLD
/
decilm6b_open_instruct

PEFT
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use TeamDLD/decilm6b_open_instruct with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Deci/DeciLM-6b")
    model = PeftModel.from_pretrained(base_model, "TeamDLD/decilm6b_open_instruct")
  • Notebooks
  • Google Colab
  • Kaggle
decilm6b_open_instruct
104 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
jitubutwal1441's picture
jitubutwal1441
Upload folder using huggingface_hub
1620ac6 almost 3 years ago
  • .gitattributes
    1.63 kB
    Upload folder using huggingface_hub almost 3 years ago
  • README.md
    464 Bytes
    Upload folder using huggingface_hub almost 3 years ago
  • adapter_config.json
    436 Bytes
    Upload folder using huggingface_hub almost 3 years ago
  • adapter_model.bin
    102 MB
    xet
    Upload folder using huggingface_hub almost 3 years ago
  • special_tokens_map.json
    437 Bytes
    Upload folder using huggingface_hub almost 3 years ago
  • tokenizer.json
    1.84 MB
    Upload folder using huggingface_hub almost 3 years ago
  • tokenizer_config.json
    868 Bytes
    Upload folder using huggingface_hub almost 3 years ago
  • training_args.bin
    4.54 kB
    xet
    Upload folder using huggingface_hub almost 3 years ago