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

rahuldhole
/
tiny-llm-qwen-adapter

PEFT
Safetensors
tiny-llm
lora
fine-tuned
Model card Files Files and versions
xet
Community

Instructions to use rahuldhole/tiny-llm-qwen-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use rahuldhole/tiny-llm-qwen-adapter with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-0.5B-Instruct")
    model = PeftModel.from_pretrained(base_model, "rahuldhole/tiny-llm-qwen-adapter")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-llm-qwen-adapter
18.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
rahuldhole's picture
rahuldhole
Update training config
dc64099 verified 4 months ago
  • .gitattributes
    1.57 kB
    Update fine-tuned adapter weights 5 months ago
  • README.md
    493 Bytes
    Update fine-tuned adapter weights 5 months ago
  • adapter_config.json
    978 Bytes
    Update fine-tuned adapter weights 4 months ago
  • adapter_model.safetensors
    2.18 MB
    xet
    Update fine-tuned adapter weights 4 months ago
  • added_tokens.json
    605 Bytes
    Update fine-tuned adapter weights 5 months ago
  • chat_template.jinja
    2.51 kB
    Update fine-tuned adapter weights 5 months ago
  • merges.txt
    1.67 MB
    Update fine-tuned adapter weights 5 months ago
  • special_tokens_map.json
    613 Bytes
    Update fine-tuned adapter weights 5 months ago
  • tokenizer.json
    11.4 MB
    xet
    Update fine-tuned adapter weights 5 months ago
  • tokenizer_config.json
    665 Bytes
    Update fine-tuned adapter weights 5 months ago
  • train_config.yaml
    625 Bytes
    Update training config 4 months ago
  • training_args.bin
    5.59 kB
    xet
    Update fine-tuned adapter weights 4 months ago
  • vocab.json
    2.78 MB
    Update fine-tuned adapter weights 5 months ago