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

likithyadavv
/
codementor-v2-fullstack

PEFT
Safetensors
English
lora
qlora
code
education
socratic-tutoring
qwen2.5-coder
Model card Files Files and versions
xet
Community

Instructions to use likithyadavv/codementor-v2-fullstack with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use likithyadavv/codementor-v2-fullstack with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-7B-Instruct")
    model = PeftModel.from_pretrained(base_model, "likithyadavv/codementor-v2-fullstack")
  • Notebooks
  • Google Colab
  • Kaggle
codementor-v2-fullstack
173 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
likithyadavv's picture
likithyadavv
Update README.md
ffe1b4c verified about 2 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 4 months ago
  • README.md
    5.46 kB
    Update README.md about 2 months ago
  • adapter_config.json
    1.11 kB
    CodeMentor V2: 17 technologies, ~6920 entries, base=likithyadavv/codementor-7b, r=32 LoRA 4 months ago
  • adapter_model.safetensors
    162 MB
    xet
    CodeMentor V2: 17 technologies, ~6920 entries, base=likithyadavv/codementor-7b, r=32 LoRA 4 months ago
  • chat_template.jinja
    2.51 kB
    Upload tokenizer 4 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload tokenizer 4 months ago
  • tokenizer_config.json
    688 Bytes
    Upload tokenizer 4 months ago