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
/
mistral20pGrad

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

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

  • Libraries
  • PEFT

    How to use terry69/mistral20pGrad with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1")
    model = PeftModel.from_pretrained(base_model, "terry69/mistral20pGrad")
  • Notebooks
  • Google Colab
  • Kaggle
mistral20pGrad / runs
33.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
terry69's picture
terry69
Model save
4c4879e verified almost 2 years ago
  • Jun08_07-47-19_COE-CS-sv003
    Training in progress, step 25 almost 2 years ago
  • Jun08_07-56-01_COE-CS-sv003
    Training in progress, step 25 almost 2 years ago
  • Jun08_07-58-06_COE-CS-sv003
    Model save almost 2 years ago