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

  • Log In
  • Sign Up

pnotaro
/
finetuning-test

PEFT
Safetensors
mistral
Model card Files Files and versions
xet
Community

Instructions to use pnotaro/finetuning-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use pnotaro/finetuning-test with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("openchat/openchat_3.5")
    model = PeftModel.from_pretrained(base_model, "pnotaro/finetuning-test")
  • Notebooks
  • Google Colab
  • Kaggle
finetuning-test
15.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
pnotaro's picture
pnotaro
Upload 2 files
cccd0a4 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    5.1 kB
    Upload trained [Ludwig](https://ludwig.ai/latest/) model weights over 2 years ago
  • adapter_config.json
    617 Bytes
    Upload trained [Ludwig](https://ludwig.ai/latest/) model weights over 2 years ago
  • adapter_model.safetensors
    13.6 MB
    xet
    Upload trained [Ludwig](https://ludwig.ai/latest/) model weights over 2 years ago
  • config.json
    623 Bytes
    Upload 2 files over 2 years ago
  • tokenizer.json
    1.8 MB
    Upload 2 files over 2 years ago