Instructions to use geoffmunn/Qwen3Guard-NewZealand-Classification-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use geoffmunn/Qwen3Guard-NewZealand-Classification-4B with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen3-4B") model = PeftModel.from_pretrained(base_model, "geoffmunn/Qwen3Guard-NewZealand-Classification-4B") - Transformers
How to use geoffmunn/Qwen3Guard-NewZealand-Classification-4B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="geoffmunn/Qwen3Guard-NewZealand-Classification-4B")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("geoffmunn/Qwen3Guard-NewZealand-Classification-4B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- dbe87be8d06ca63ec4922317efa0345ddb5aeda265f5e0fdf6873b553d01350a
- Size of remote file:
- 5.84 kB
- SHA256:
- 2fd970d3a40cbb0de271579f9a3ed4d1ae99c2b5911a46898c7fe71fc956b58f
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.