Spaces:
Paused
Paused
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
<div align="left">
|
2 |
|
3 |
# **Dashboards** <!-- omit in toc -->
|
@@ -36,18 +37,15 @@ This repo contains a streamlit [dashboard]([url](https://opendashboard-v110.stre
|
|
36 |
|
37 |
## Screenshots
|
38 |
|
39 |
-
------
|
40 |
*Overview metrics and run selection* - Total participants and contributed knowledge are displayed as metrics at the top of the app. This shows the total dataset size and growth rate. By selecting one or more runs from the table, the app will download the respective source data from wandb or load from local storage.
|
41 |

|
42 |
|
43 |
|
44 |
-
------
|
45 |
*UID health* - One or more UIDs can be inspected in terms of their succesful response rate, diversity of responses and uniqueness within the network. Leaderboards of top-performing UIDs are also included.
|
46 |

|
47 |
|
48 |

|
49 |
|
50 |
-
------
|
51 |
*Completions* - Individual completions can be analyzed. Leaderboards can be viewed based on rate or reward, and completion length-and-time statistics are shown. Taken together, these figures allow the reward mechanism to be better understood.
|
52 |

|
53 |
|
@@ -65,8 +63,36 @@ By default, it creates a database for netuid 1.
|
|
65 |
## Screenshots
|
66 |
|
67 |
------
|
68 |
-
*Overview metrics and block range selection* - Current block, register cost and network size.
|
69 |
-

|
42 |
|
43 |
|
|
|
44 |
*UID health* - One or more UIDs can be inspected in terms of their succesful response rate, diversity of responses and uniqueness within the network. Leaderboards of top-performing UIDs are also included.
|
45 |

|
46 |
|
47 |

|
48 |
|
|
|
49 |
*Completions* - Individual completions can be analyzed. Leaderboards can be viewed based on rate or reward, and completion length-and-time statistics are shown. Taken together, these figures allow the reward mechanism to be better understood.
|
50 |

|
51 |
|
|
|
63 |
## Screenshots
|
64 |
|
65 |
------
|
66 |
+
*Overview metrics and block range selection* - Current block, register cost and network size. A warning is displayed when the dashboard is out of date. By default this is when the source data has staleness of more than 100 blocks.
|
67 |
+

|
68 |
+
|
69 |
+
|
70 |
+
*Update metagraph data II* - When the button is clicked, a background script is run which pulls recent data.
|
71 |
+

|
72 |
+
|
73 |
+
|
74 |
+
*Overview of network* - Hotkey churn and network occupancy of validator and miner slots are shown.
|
75 |
+

|
76 |
+

|
77 |
+
|
78 |
+
*Miner activity animations* - Highly customizable animations can be made which show the evolution of metrics such as emission and incentive for miners, grouped by coldkey.
|
79 |
+
|
80 |
+

|
81 |
+

|
82 |
+
|
83 |
+
*Miner groups* - Miners are grouped by cold key and the number of hotkeys or IPs in possession of the group can be traced over time.
|
84 |
+
|
85 |
+

|
86 |
+
|
87 |
+
*Miner rewards* - Trace data is shown to track group performace over time. Miners belonging to the same hotkey are automatically grouped by color.
|
88 |
+
|
89 |
+

|
90 |
+
|
91 |
+

|
92 |
+
|
93 |
+
*Validator activity animations* - Highly customizable animations can be made which show the evolution of metrics such as emission and incentive for miners, grouped by coldkey.
|
94 |
+
|
95 |
+

|
96 |
|
97 |
|
98 |
|