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

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: 3 commits
anonymouscla's picture
anonymouscla
Strip base-model identity from README and training_args.json (kept only in adapter_config.json where PEFT requires it)
4b2c01e verified 22 days ago
  • .gitattributes
    1.52 kB
    initial commit 22 days ago
  • README.md
    2.48 kB
    Strip base-model identity from README and training_args.json (kept only in adapter_config.json where PEFT requires it) 22 days ago
  • adapter_config.json
    1.19 kB
    Initial anonymous release: Qwen3.5-9B judge LoRA (subq+human, ckpt-294) 22 days ago
  • adapter_model.safetensors
    174 MB
    xet
    Initial anonymous release: Qwen3.5-9B judge LoRA (subq+human, ckpt-294) 22 days ago
  • additional_config.json
    67 Bytes
    Initial anonymous release: Qwen3.5-9B judge LoRA (subq+human, ckpt-294) 22 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) 22 days ago