Instructions to use DJRHails/touchstone-sc-selfconsistency-qwen2.5-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DJRHails/touchstone-sc-selfconsistency-qwen2.5-7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "DJRHails/touchstone-sc-selfconsistency-qwen2.5-7b") - Notebooks
- Google Colab
- Kaggle
Moved -> DJRHails/touchstone-monitors / Qwen2.5-7B-Instruct/self-consistency/2026071513
This adapter has been consolidated into the single touchstone monitor registry under a stable, descriptive name. The weights here are unchanged, but new work lives at:
DJRHails/touchstone-monitors, subfolder Qwen2.5-7B-Instruct/self-consistency/2026071513
(display label qwen2.5-7b-instruct:self-consistency:2026071513).
HuggingFace does not support cross-repo subfolder redirects, so this repo is retained as a pointer; prefer the registry path above.
- Downloads last month
- 54
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "DJRHails/touchstone-sc-selfconsistency-qwen2.5-7b")