Analyze contrastive pairs for quality issues. Helps identify problems like duplicate pairs, low contrast, or semantic issues before training.
python -m wisent diagnose-pairs --pairs FILE [OPTIONS]
python -m wisent diagnose-pairs \ --pairs ./pairs/helpfulness.json \ --verbose
python -m wisent diagnose-pairs \ --pairs ./pairs/helpfulness.json \ --model meta-llama/Llama-3.1-8B-Instruct \ --verbose
| Argument | Required | Description |
|---|---|---|
| --pairs | Yes | Path to JSON file with contrastive pairs |
| --model | No | Model for semantic analysis |
| --verbose | No | Show detailed analysis |
Stay in the loop. Never miss out.
Subscribe to our newsletter and unlock Wisent insights.