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

Harshit-Makraria
/
the-pivot-lora-quick

PEFT
Safetensors
lora
rl
grpo
startup
hackathon
Model card Files Files and versions
xet
Community

Instructions to use Harshit-Makraria/the-pivot-lora-quick with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Harshit-Makraria/the-pivot-lora-quick with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct")
    model = PeftModel.from_pretrained(base_model, "Harshit-Makraria/the-pivot-lora-quick")
  • Notebooks
  • Google Colab
  • Kaggle
the-pivot-lora-quick
15.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Harshit-Makraria's picture
Harshit-Makraria
Upload README.md with huggingface_hub
63ac47e verified about 1 month ago
  • .gitattributes
    1.57 kB
    Upload tokenizer about 1 month ago
  • README.md
    794 Bytes
    Upload README.md with huggingface_hub about 1 month ago
  • adapter_config.json
    979 Bytes
    Upload model about 1 month ago
  • adapter_model.safetensors
    4.37 MB
    xet
    Upload model about 1 month ago
  • chat_template.jinja
    2.51 kB
    Upload tokenizer about 1 month ago
  • tokenizer.json
    11.4 MB
    xet
    Upload tokenizer about 1 month ago
  • tokenizer_config.json
    662 Bytes
    Upload tokenizer about 1 month ago