Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

anonymouscla
/
phyjudge-9B

Text Generation
PEFT
Safetensors
lora
judge
video-evaluation
anonymous-release
Model card Files Files and versions
xet
Community

Instructions to use anonymouscla/phyjudge-9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use anonymouscla/phyjudge-9B with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.5-9B")
    model = PeftModel.from_pretrained(base_model, "anonymouscla/phyjudge-9B")
  • Notebooks
  • Google Colab
  • Kaggle
phyjudge-9B
174 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
anonymouscla's picture
anonymouscla
sync local anonymous/model/ contents
55aca10 verified 15 days ago
  • .gitattributes
    1.52 kB
    initial commit 15 days ago
  • README.md
    5.45 kB
    docs: drop verbatim YAML/JSON dumps; point to source files 15 days ago
  • adapter_config.json
    1.19 kB
    Initial anonymous release: Qwen3.5-9B judge LoRA (subq+human, ckpt-294) 15 days ago
  • adapter_model.safetensors
    174 MB
    xet
    Initial anonymous release: Qwen3.5-9B judge LoRA (subq+human, ckpt-294) 15 days ago
  • additional_config.json
    67 Bytes
    Initial anonymous release: Qwen3.5-9B judge LoRA (subq+human, ckpt-294) 15 days ago
  • infer.py
    16.3 kB
    infer: accept HF Hub repo id for --adapter-dir 15 days ago
  • subq+human.yaml
    2.69 kB
    sync local anonymous/model/ contents 15 days ago
  • training_args.json
    1.38 kB
    Strip base-model identity from README and training_args.json (kept only in adapter_config.json where PEFT requires it) 15 days ago