steffenc commited on
Commit
85a087e
·
unverified ·
1 Parent(s): b9a1478

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -5
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
  ![Screenshot 2023-07-27 at 13 29 46](https://github.com/opentensor/dashboards/assets/6709103/f54b963e-b0c7-4333-be8c-800743ecf220)
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
  ![Screenshot 2023-07-27 at 13 37 13](https://github.com/opentensor/dashboards/assets/6709103/e5b230f2-a21d-4e3e-9767-c787ec06944a)
47
 
48
  ![Screenshot 2023-07-27 at 13 37 18](https://github.com/opentensor/dashboards/assets/6709103/3b8cfe30-14a6-4493-adda-41c4f82c1025)
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
  ![Screenshot 2023-07-27 at 13 38 19](https://github.com/opentensor/dashboards/assets/6709103/fa7f8f60-425e-4963-98a7-f8bd3641c3dc)
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
- ![Screenshot 2023-07-27 at 16 52 38](https://github.com/opentensor/dashboards/assets/6709103/943ccf97-1d9d-4f13-bc86-eaa1eafbdef4)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
 
71
 
72
 
 
1
+
2
  <div align="left">
3
 
4
  # **Dashboards** <!-- omit in toc -->
 
37
 
38
  ## Screenshots
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
  ![Screenshot 2023-07-27 at 13 29 46](https://github.com/opentensor/dashboards/assets/6709103/f54b963e-b0c7-4333-be8c-800743ecf220)
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
  ![Screenshot 2023-07-27 at 13 37 13](https://github.com/opentensor/dashboards/assets/6709103/e5b230f2-a21d-4e3e-9767-c787ec06944a)
46
 
47
  ![Screenshot 2023-07-27 at 13 37 18](https://github.com/opentensor/dashboards/assets/6709103/3b8cfe30-14a6-4493-adda-41c4f82c1025)
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
  ![Screenshot 2023-07-27 at 13 38 19](https://github.com/opentensor/dashboards/assets/6709103/fa7f8f60-425e-4963-98a7-f8bd3641c3dc)
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
+ ![Screenshot 2023-07-28 at 16 55 32](https://github.com/opentensor/dashboards/assets/6709103/9844a123-4021-4551-b85f-2690431b9c6c)
68
+
69
+
70
+ *Update metagraph data II* - When the button is clicked, a background script is run which pulls recent data.
71
+ ![Screenshot 2023-07-28 at 17 02 31](https://github.com/opentensor/dashboards/assets/6709103/6184b215-9d33-4e1e-8f49-4d868ce2e3df)
72
+
73
+
74
+ *Overview of network* - Hotkey churn and network occupancy of validator and miner slots are shown.
75
+ ![Screenshot 2023-07-28 at 16 55 42](https://github.com/opentensor/dashboards/assets/6709103/2b8e0e20-936f-4065-979e-c60fc3a8f75a)
76
+ ![Screenshot 2023-07-28 at 16 55 51](https://github.com/opentensor/dashboards/assets/6709103/62873107-9fb9-4433-9f2d-29b59c5c8a75)
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
+ ![Screenshot 2023-07-28 at 16 57 46](https://github.com/opentensor/dashboards/assets/6709103/590af29c-3aaf-4cf6-976b-20f959568935)
81
+ ![Screenshot 2023-07-28 at 16 58 00](https://github.com/opentensor/dashboards/assets/6709103/6bf98869-8ab8-42c7-a12a-26408c88889e)
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
+ ![Screenshot 2023-07-28 at 17 00 05](https://github.com/opentensor/dashboards/assets/6709103/4f685532-08d2-4122-bd07-36e81c772f87)
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
+ ![Screenshot 2023-07-28 at 17 01 40](https://github.com/opentensor/dashboards/assets/6709103/4e18635d-3469-4dce-8cd0-7ecdbf3b4398)
90
+
91
+ ![Screenshot 2023-07-28 at 16 59 23](https://github.com/opentensor/dashboards/assets/6709103/80d5c1a1-4fca-4280-ad10-3a82f5b4b54b)
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
+ ![Screenshot 2023-07-28 at 17 00 45](https://github.com/opentensor/dashboards/assets/6709103/5f0e5742-d003-4caf-97f7-84c02c975518)
96
 
97
 
98