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

m0kr4n3
/
checkpoints

PEFT
TensorBoard
Safetensors
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use m0kr4n3/checkpoints with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("bigcode/starcoderbase-1b")
    model = PeftModel.from_pretrained(base_model, "m0kr4n3/checkpoints")
  • Notebooks
  • Google Colab
  • Kaggle
checkpoints
28.7 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
m0kr4n3's picture
m0kr4n3
End of training
7565e2d verified over 2 years ago
  • runs
    End of training over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.47 kB
    End of training over 2 years ago
  • adapter_config.json
    664 Bytes
    End of training over 2 years ago
  • adapter_model.safetensors
    28.7 MB
    xet
    End of training over 2 years ago
  • training_args.bin
    4.92 kB
    xet
    End of training over 2 years ago