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

2vhoc
/
lab21

Text Generation
PEFT
Safetensors
lora
qlora
vietnamese
lab21
Model card Files Files and versions
xet
Community

Instructions to use 2vhoc/lab21 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use 2vhoc/lab21 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-3B-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "2vhoc/lab21")
  • Notebooks
  • Google Colab
  • Kaggle
lab21
14.8 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
2vhoc's picture
2vhoc
Cursor
Add Lab21 LoRA r=16 adapter (Qwen2.5-3B Vietnamese Alpaca)
c16e9db about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    784 Bytes
    Add Lab21 LoRA r=16 adapter (Qwen2.5-3B Vietnamese Alpaca) about 1 month ago
  • adapter_config.json
    1.16 kB
    Add Lab21 LoRA r=16 adapter (Qwen2.5-3B Vietnamese Alpaca) about 1 month ago
  • adapter_model.safetensors
    14.8 MB
    xet
    Add Lab21 LoRA r=16 adapter (Qwen2.5-3B Vietnamese Alpaca) about 1 month ago