The Trial - Initial commit
This commit is contained in:
34
models/training_summary.json
Normal file
34
models/training_summary.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"training_method": "cpu_knowledge_injection",
|
||||
"datasets_used": [
|
||||
"factual",
|
||||
"analysis",
|
||||
"creative"
|
||||
],
|
||||
"total_examples": 33,
|
||||
"knowledge_base_size": {
|
||||
"characters": 1,
|
||||
"themes": 4,
|
||||
"plot_points": 7,
|
||||
"symbols": 4,
|
||||
"style_elements": 1
|
||||
},
|
||||
"output_files": {
|
||||
"modelfile": "models\\Modelfile_fixed",
|
||||
"test_prompts": "models\\test_prompts_corrected.json"
|
||||
},
|
||||
"status": "COMPLETED",
|
||||
"model_created": "the-trial:latest",
|
||||
"issues_fixed": [
|
||||
"Fixed author name from Alexandre Dumas to Franz Kafka",
|
||||
"Fixed Modelfile format compatibility with Ollama",
|
||||
"Created corrected test prompts for The Trial",
|
||||
"Successfully deployed model via Ollama"
|
||||
],
|
||||
"test_results": {
|
||||
"factual_qa": "PASS - Accurate character and plot information",
|
||||
"literary_analysis": "PASS - Deep thematic analysis with Kafka expertise",
|
||||
"model_performance": "EXCELLENT - Coherent, knowledgeable responses"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user