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

Edward1239
/
DL_hw3

Text Generation
PEFT
Safetensors
qwen
grpo
lora
multiple-choice
conversational
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use Edward1239/DL_hw3 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-14B-Instruct")
    model = PeftModel.from_pretrained(base_model, "Edward1239/DL_hw3")
  • Notebooks
  • Google Colab
  • Kaggle
DL_hw3
149 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Edward1239's picture
Edward1239
Upload 6 files
f93b478 verified 2 months ago
  • .gitattributes
    1.57 kB
    Upload 6 files 2 months ago
  • README.md
    717 Bytes
    Upload 6 files 2 months ago
  • adapter_config.json
    1.1 kB
    Upload 6 files 2 months ago
  • adapter_model.safetensors
    138 MB
    xet
    Upload 6 files 2 months ago
  • chat_template.jinja
    2.51 kB
    Upload 6 files 2 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload 6 files 2 months ago
  • tokenizer_config.json
    693 Bytes
    Upload 6 files 2 months ago