Instructions to use mood-bench/qwen2.5-1.5b-guard-k1-include-function-calling-inappropriate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mood-bench/qwen2.5-1.5b-guard-k1-include-function-calling-inappropriate with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen2.5-1.5B") model = PeftModel.from_pretrained(base_model, "mood-bench/qwen2.5-1.5b-guard-k1-include-function-calling-inappropriate") - Transformers
How to use mood-bench/qwen2.5-1.5b-guard-k1-include-function-calling-inappropriate with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mood-bench/qwen2.5-1.5b-guard-k1-include-function-calling-inappropriate", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Not-For-All-Audiences
This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.
View model card