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

FieldSu
/
fine-tune_student

PEFT
Model card Files Files and versions
xet
Community

Instructions to use FieldSu/fine-tune_student with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use FieldSu/fine-tune_student with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/media/HD1/hongxu/dis_student24/models--FieldSu--distil_student_24")
    model = PeftModel.from_pretrained(base_model, "FieldSu/fine-tune_student")
  • Notebooks
  • Google Colab
  • Kaggle
fine-tune_student
1.19 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
FieldSu's picture
FieldSu
Update adapter_config.json
b3bc478 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    436 Bytes
    Upload model almost 3 years ago
  • adapter_config.json
    484 Bytes
    Update adapter_config.json over 2 years ago
  • adapter_model.bin
    1.19 MB
    xet
    Upload model almost 3 years ago