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

GaryYang123
/
Meme-Qwen-7B-Instruct

PEFT
Safetensors
Chinese
lora
qwen2.5
chinese
meme
humor
sarcastic
Model card Files Files and versions
xet
Community

Instructions to use GaryYang123/Meme-Qwen-7B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use GaryYang123/Meme-Qwen-7B-Instruct with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct")
    model = PeftModel.from_pretrained(base_model, "GaryYang123/Meme-Qwen-7B-Instruct")
  • Notebooks
  • Google Colab
  • Kaggle
Meme-Qwen-7B-Instruct
162 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
GaryYang123's picture
GaryYang123
Update README.md
a9e1234 verified 24 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    5.62 kB
    Update README.md 24 days ago
  • adapter_config.json
    1.06 kB
    Initial release: Meme culture trained Qwen model 2 months ago
  • adapter_model.safetensors
    162 MB
    xet
    Initial release: Meme culture trained Qwen model 2 months ago
  • tokenizer_config.json
    692 Bytes
    Initial release: Meme culture trained Qwen model 2 months ago
  • training_info.json
    493 Bytes
    Initial release: Meme culture trained Qwen model 2 months ago