Instructions to use blue01223/xhs_detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use blue01223/xhs_detector with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-0.6B") model = PeftModel.from_pretrained(base_model, "blue01223/xhs_detector") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
aa651fd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:725e5aab64b5e9292abc54a2edca991520a936aee683c943d9113e8d8699ed4a
size 6161
|