mlflow / README.md
stavag's picture
Upload folder using huggingface_hub
35f9ed9 verified
|
Raw
History Blame Contribute Delete
908 Bytes
metadata
title: MLflow Tracking
emoji: 📈
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false

MLflow Tracking (Mach1Corp)

Docker Space that runs an MLflow tracking server for MOSS emotion LoRA experiments.

Architecture

Layer Resource Visibility
UI / API this Space public (no login)
Persistence Mach1Corp/mlflow-bucket mounted at /data private
  • Backend store: sqlite:////data/mlflow.db
  • Artifacts: /data/mlartifacts

Client usage

export MLFLOW_TRACKING_URI=https://mach1corp-mlflow.hf.space
export MLFLOW_EXPERIMENT_NAME=moss-emotion-lora

Then train with:

python train_emotion_lora.py ... --mlflow-tracking-uri "$MLFLOW_TRACKING_URI"
# or rely on MLFLOW_TRACKING_URI from the environment / run_train_emotion.sh