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

CTU-ai-lab
/
SmolLM2-135M-LoRA-Adapter

Text Generation
PEFT
Safetensors
lora
smollm2
Model card Files Files and versions
xet
Community

Instructions to use CTU-ai-lab/SmolLM2-135M-LoRA-Adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use CTU-ai-lab/SmolLM2-135M-LoRA-Adapter with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("MrHungLe01/SmolLM2-135M-Instruction-Tuned")
    model = PeftModel.from_pretrained(base_model, "CTU-ai-lab/SmolLM2-135M-LoRA-Adapter")
  • Notebooks
  • Google Colab
  • Kaggle
SmolLM2-135M-LoRA-Adapter
5.39 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
MrHungLe01's picture
MrHungLe01
Upload model
b2954e1 verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    1.91 kB
    Update README.md 2 months ago
  • adapter_config.json
    1.04 kB
    Upload model 2 months ago
  • adapter_model.safetensors
    1.86 MB
    xet
    Upload model 2 months ago
  • tokenizer.json
    3.52 MB
    Upload tokenizer 2 months ago
  • tokenizer_config.json
    727 Bytes
    Upload tokenizer 2 months ago