Instructions to use counsellor-register-audit/mistral-nemo-12b-base-ft-professional with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use counsellor-register-audit/mistral-nemo-12b-base-ft-professional with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-Nemo-Base-2407") model = PeftModel.from_pretrained(base_model, "counsellor-register-audit/mistral-nemo-12b-base-ft-professional") - Notebooks
- Google Colab
- Kaggle
mistral-nemo-12b-base-ft-professional
LoRA adapter accompanying an anonymous conference submission on counsellor-side
language models. It is one cell of a 2x2 matrix per model family: the pretrained
base and its instruction-tuned release, each with and without conversation-preserving
fine-tuning. Only the fine-tuned cells need an adapter — base and instruct
are the unmodified public checkpoints.
- Base model:
mistralai/Mistral-Nemo-Base-2407 - Code: https://anonymous.4open.science/r/aiu-audit-0797
- Objective: conversation-preserving supervised fine-tuning. Client turns stay visible in the context, only counsellor turns contribute to the loss.
- LoRA: r=64, alpha=128, dropout=0.05, three epochs, all attention and MLP projections.
Training data
Fine-tuned on the professional pool, 17,806 bilingual training rows in German and English.
| Corpus | Setting | Source |
|---|---|---|
| GEMCo | e-counselling proxy | Steigerwald et al. 2026, 10.48550/arXiv.2607.23621 |
| HOPE | transcribed counselling sessions | Malhotra et al., WSDM 2022, 10.1145/3488560.3498509 |
| AnnoMI | transcribed motivational-interviewing demonstrations | Wu et al., Future Internet 15(3):110, 2023, 10.3390/fi15030110 |
| CounselChat | online counselling Q&A platform | Bertagnolli 2020, nbertagnolli/counsel-chat |
Every counsellor reply in this pool was written by a licensed professional.
Data governance
No restricted material was used in training. The held-out reference of real counselling correspondence that the submission evaluates against is in no training pool, and no output conditioned on it is released.
Intended use
Research on counselling register only. Not for clinical use, not for deployment facing help-seekers, supervised or otherwise.
- Downloads last month
- 7
Model tree for counsellor-register-audit/mistral-nemo-12b-base-ft-professional
Base model
mistralai/Mistral-Nemo-Base-2407