You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,20 @@
22
22
23
23
Welcome to `trackio`: a lightweight, <u>free</u> experiment tracking library built by Hugging Face for humans and AI agents 🤗.
24
24
25
-
Why Trackio when other experiment-tracking libraries exist? Trackio has a few qualities that make it particularly useful for agents:
25
+
**Why Trackio when other experiment-tracking libraries exist?** Trackio has a few qualities that make it particularly useful for agents:
26
26
* It is local-first, because you shouldn't need to make an account to log data
27
-
* Logs are stored in SQLite database (with support for "freezing" logs to Parquet), which not only supports very high throughputs for many parallel experiments, but also
27
+
* Logs are stored in SQLite database (with support for "freezing" logs to Parquet), which not only lets Trackio supports very high throughputs for parallel experiments, but also
28
28
* provides an easy CLI interface for querying data (including directly on the SQL data), perfect for LLM-driven analysis.
29
29
30
30
So whether you are using agents to run entire research experiments autonomously or whether you are just using LLMs to analyze data, Trackio is for you.
31
31
32
32
For human users, Trackio _also_ ships with a Gradio-inspired dashboard so you can view metrics, media, tables, alerts, etc.:
33
33
34
-

@@ -42,7 +46,7 @@ For human users, Trackio _also_ ships with a Gradio-inspired dashboard so you ca
42
46
```
43
47
and keep your existing logging code.
44
48
45
-
-**Local-first** design: dashboard runs locally by default. But note that you can also log metrics to a Hugging Face Space with `space_id`for free, which is useful for collaborative experiments.
49
+
-**Local-first, cloud-optional** design: dashboard runs locally by default. But note that you can also log metrics to a Hugging Face Space with `space_id` which is_also_ free and useful for collaborative experiments.
46
50
-**LLM-friendly**: Built with autonomous ML experiments in mind, Trackio includes a CLI for programmatic access and a Python API for run management, making it easy for LLMs to log metrics and query experiment data.
47
51
- Use `trackio query project --project <name> --sql "SELECT ..."` for read-only SQL when `trackio list` and `trackio get` are not enough
48
52
- See the storage schema and direct query reference at https://huggingface.co/docs/trackio/storage_schema
0 commit comments