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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

KasaiDanto
/
model

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

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

  • Libraries
  • PEFT

    How to use KasaiDanto/model with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2-2b-it")
    model = PeftModel.from_pretrained(base_model, "KasaiDanto/model")
  • Notebooks
  • Google Colab
  • Kaggle
model / runs
61.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
KasaiDanto's picture
KasaiDanto
End of training
7eb9c5b verified over 1 year ago
  • Dec06_11-19-13_df501e092417
    End of training over 1 year ago
  • Dec08_07-56-39_3c46bd1dcd85
    End of training over 1 year ago
  • Dec08_15-43-41_dbca40d3e117
    End of training over 1 year ago
  • Dec15_12-54-23_ada19472d43b
    End of training over 1 year ago
  • Dec17_09-36-49_d3fe6e2dc7c3
    End of training over 1 year ago
  • Dec26_22-57-13_5bff9903db84
    End of training over 1 year ago