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

usernamebetter
/
nanocoder-v1

Text Generation
PEFT
Safetensors
English
code
coding
full-stack
frontend
backend
agent
qwen3
lora
unsloth
fine-tuned
conversational
Model card Files Files and versions
xet
Community

Instructions to use usernamebetter/nanocoder-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use usernamebetter/nanocoder-v1 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen3-4B-unsloth-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "usernamebetter/nanocoder-v1")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Unsloth Studio

    How to use usernamebetter/nanocoder-v1 with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for usernamebetter/nanocoder-v1 to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for usernamebetter/nanocoder-v1 to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for usernamebetter/nanocoder-v1 to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="usernamebetter/nanocoder-v1",
        max_seq_length=2048,
    )
nanocoder-v1
276 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
usernamebetter's picture
usernamebetter
Update model card with full benchmarks + training details
f078bfc verified 13 days ago
  • .gitattributes
    1.57 kB
    Step 100 | loss: 1.033224391937256 15 days ago
  • README.md
    4.73 kB
    Update model card with full benchmarks + training details 13 days ago
  • adapter_config.json
    1.25 kB
    ckpt step 50 | loss: 1.2760 14 days ago
  • adapter_model.safetensors
    264 MB
    xet
    BEST CKPT step 150 | combined: 73.6% 14 days ago
  • chat_template.jinja
    4.67 kB
    Step 100 | loss: 1.033224391937256 15 days ago
  • tokenizer.json
    11.4 MB
    xet
    Step 100 | loss: 1.033224391937256 15 days ago
  • tokenizer_config.json
    5.1 kB
    BEST CKPT step 150 | combined: 73.6% 14 days ago