Spaces:
Running
Running
File size: 1,037 Bytes
0b9efb9 ad3b15d 0b9efb9 ad3b15d 0b9efb9 977c2c3 0b9efb9 977c2c3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
---
title: Track Tonic
emoji: 🐠
colorFrom: indigo
colorTo: yellow
sdk: gradio
sdk_version: 5.38.0
app_file: app.py
pinned: true
license: mit
short_description: track tonic for training monitoring
---
# Trackio Experiment Tracking
A Gradio interface for experiment tracking and monitoring.
## Features
- Create and manage experiments
- Log training metrics and parameters
- View experiment details and results
- Update experiment status
## Usage
1. Create a new experiment using the "Create Experiment" tab
2. Log metrics during training using the "Log Metrics" tab
3. View experiment details using the "View Experiments" tab
4. Update experiment status using the "Update Status" tab
## Integration
To connect your training script to this Trackio Space:
```python
from monitoring import SmolLM3Monitor
monitor = SmolLM3Monitor(
experiment_name="my_experiment",
trackio_url="https://huggingface.co/spaces/Tonic/trackio_test_6",
enable_tracking=True
)
```
Visit: https://huggingface.co/spaces/Tonic/trackio_test_6 |