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

eeeebbb2
/
75e85b72-6648-49d6-9f3e-75d68ddfd43e

PEFT
Safetensors
llama
axolotl
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use eeeebbb2/75e85b72-6648-49d6-9f3e-75d68ddfd43e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use eeeebbb2/75e85b72-6648-49d6-9f3e-75d68ddfd43e with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("scb10x/llama-3-typhoon-v1.5-8b-instruct")
    model = PeftModel.from_pretrained(base_model, "eeeebbb2/75e85b72-6648-49d6-9f3e-75d68ddfd43e")
  • Notebooks
  • Google Colab
  • Kaggle
75e85b72-6648-49d6-9f3e-75d68ddfd43e
1.52 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
eeeebbb2's picture
eeeebbb2
initial commit
6a73c91 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago