Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ysr
/
hyperparam-rust-sft-lora

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

Instructions to use ysr/hyperparam-rust-sft-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ysr/hyperparam-rust-sft-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-1.3b-base")
    model = PeftModel.from_pretrained(base_model, "ysr/hyperparam-rust-sft-lora")
  • Notebooks
  • Google Colab
  • Kaggle
hyperparam-rust-sft-lora / runs
21.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
ysr's picture
ysr
Training in progress, epoch 7
74fe632 verified about 2 years ago
  • Mar30_10-24-38_cbd9a1230b14
    Training in progress, epoch 0 about 2 years ago
  • Mar30_10-59-01_cbd9a1230b14
    Training in progress, epoch 7 about 2 years ago