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

build-small-hackathon
/
case-forge-qwen3-4b

Text Generation
PEFT
Safetensors
Portuguese
English
lora
teaching-cases
case-method
education
build-small-hackathon
conversational
Model card Files Files and versions
xet
Community

Instructions to use build-small-hackathon/case-forge-qwen3-4b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use build-small-hackathon/case-forge-qwen3-4b with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-4B-Instruct-2507")
    model = PeftModel.from_pretrained(base_model, "build-small-hackathon/case-forge-qwen3-4b")
  • Notebooks
  • Google Colab
  • Kaggle
case-forge-qwen3-4b
144 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
nextmarte's picture
nextmarte
v4: exhibit=given-data rule + code-sandbox numeric auditor
9571e35 verified 22 days ago
  • .gitattributes
    1.57 kB
    Case Forge LoRA (qwen3-4b-v2): teaching-case writer 22 days ago
  • README.md
    2.85 kB
    v4: exhibit=given-data rule + code-sandbox numeric auditor 22 days ago
  • adapter_config.json
    1.11 kB
    v4: exhibit=given-data rule + code-sandbox numeric auditor 22 days ago
  • adapter_model.safetensors
    132 MB
    xet
    v4: exhibit=given-data rule + code-sandbox numeric auditor 22 days ago
  • chat_template.jinja
    2.63 kB
    Case Forge LoRA (qwen3-4b-v2): teaching-case writer 22 days ago
  • tokenizer.json
    11.4 MB
    xet
    Case Forge LoRA (qwen3-4b-v2): teaching-case writer 22 days ago
  • tokenizer_config.json
    695 Bytes
    Case Forge LoRA (qwen3-4b-v2): teaching-case writer 22 days ago