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

lyleokoth
/
outputs

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

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

  • Libraries
  • PEFT

    How to use lyleokoth/outputs with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("google/paligemma-3b-pt-224")
    model = PeftModel.from_pretrained(base_model, "lyleokoth/outputs")
  • Notebooks
  • Google Colab
  • Kaggle
outputs / runs
60.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
lyleokoth's picture
lyleokoth
Training in progress, step 100
ad45a16 verified almost 2 years ago
  • Jul03_13-34-03_97f42511acb8
    Training in progress, step 2 almost 2 years ago
  • Jul03_13-35-14_97f42511acb8
    Training in progress, step 2 almost 2 years ago
  • Jul03_14-35-16_627a4a0cff47
    Training in progress, step 102 almost 2 years ago
  • Jul03_14-52-16_627a4a0cff47
    lyleokoth/paligemma-code-extraction-v1 almost 2 years ago
  • Jul04_14-06-45_4f1ff78e3144
    lyleokoth/paligemma-code-extraction-v1 almost 2 years ago
  • Jul05_12-56-06_16c0bd066750
    Training in progress, step 100 almost 2 years ago
  • Jul05_15-12-48_e7ed27cc0a22
    Training in progress, step 100 almost 2 years ago