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

datastreams
/
ds-alpha-model-ia3

PEFT
Model card Files Files and versions
xet
Community
8

Instructions to use datastreams/ds-alpha-model-ia3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use datastreams/ds-alpha-model-ia3 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("sminpark/ds-alpha-draft-model")
    model = PeftModel.from_pretrained(base_model, "datastreams/ds-alpha-model-ia3")
  • Notebooks
  • Google Colab
  • Kaggle
ds-alpha-model-ia3
17.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
datastreams's picture
datastreams
Upload ./adapter_config.json with huggingface_hub (#1)
edffd97 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    469 Bytes
    Upload ./README.md with huggingface_hub (#4) almost 3 years ago
  • adapter_config.json
    388 Bytes
    Upload ./adapter_config.json with huggingface_hub (#1) almost 3 years ago
  • adapter_model.bin
    5.76 MB
    xet
    Upload ./adapter_model.bin with huggingface_hub (#2) almost 3 years ago
  • optimizer.pt
    11.5 MB
    xet
    Upload ./optimizer.pt with huggingface_hub (#3) almost 3 years ago
  • rng_state.pth
    14.6 kB
    xet
    Upload ./rng_state.pth with huggingface_hub (#5) almost 3 years ago
  • scheduler.pt
    627 Bytes
    xet
    Upload ./scheduler.pt with huggingface_hub (#6) almost 3 years ago
  • trainer_state.json
    6.43 kB
    Upload ./trainer_state.json with huggingface_hub (#7) almost 3 years ago
  • training_args.bin
    4.03 kB
    xet
    Upload ./training_args.bin with huggingface_hub (#8) almost 3 years ago