Add training monitor implementation

Signed-off-by: Felipe Cardoso <felipe.cardoso@hotmail.it>
This commit is contained in:
2025-01-23 09:45:07 +01:00
parent 36ce6ac5ef
commit 1c4d78e916
5 changed files with 174 additions and 13 deletions

View File

@@ -9,6 +9,9 @@ class TrainingStatus(BaseModel):
total_steps: int
loss: float
learning_rate: float
percentage: float
eta_seconds: Optional[float]
steps_per_second: float
updated_at: datetime
source: str # 'local' or 'remote'
source_path: str