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
| {"lora_dtype": null, "lorap_lr_ratio": null, "lorap_emb_lr": 1e-06} |