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

terry69
/
sanity_syntax

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

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

  • Libraries
  • PEFT

    How to use terry69/sanity_syntax with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B")
    model = PeftModel.from_pretrained(base_model, "terry69/sanity_syntax")
  • Notebooks
  • Google Colab
  • Kaggle
sanity_syntax / runs
26.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
terry69's picture
terry69
End of training
a2b9b81 verified almost 2 years ago
  • Aug20_21-12-06_COE-CS-sv003
    Training in progress, step 50 almost 2 years ago
  • Aug21_11-29-57_COE-CS-sv003
    Training in progress, step 75 almost 2 years ago
  • Aug21_17-09-14_COE-CS-sv003
    End of training almost 2 years ago