{
  "model_name": "TrainModel",
  "version": "v1.0",
  "description": "Train test model that computes a 0-100% Ready-to-Train (RTT) Readiness Score to evaluate an athlete's physical and mental preparedness. It processes 1-10 scaled subjective indicators, automatically inverting negative metrics (fatigueLevel, muscleSoreness, stressLevel) and combining them with positive states (sleepQuality, mood, motivationLevel) to output actionable Green, Yellow, or Red training load zones.",
  "training_required": false,
  "datasource": "This model gets the data from the datastorage service wellness db.",
  "model_extension": ".pt"
}