Revised for training
This commit is contained in:
@@ -684,7 +684,7 @@ class ComprehensiveTestSuite:
|
||||
print("1. Configure your API keys in config.toml if needed")
|
||||
print("2. Prepare your training data in JSONL format")
|
||||
print("3. Run training with: python scripts/train_m3.py --train_data your_data.jsonl")
|
||||
print("4. Evaluate with: python scripts/evaluate.py --retriever_model output/model")
|
||||
print("4. Evaluate with: python scripts/validate.py quick --retriever_model output/model")
|
||||
else:
|
||||
print(f"\n❌ {total - passed} tests failed. Please review the errors above.")
|
||||
print("\nFailed tests:")
|
||||
|
||||
Reference in New Issue
Block a user