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
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,15 @@ A terminal application to view safetensors files. SafeView provides a clean, int
8
8
9
9
- Interactive terminal UI for browsing tensors
10
10
- Detailed tensor information including shape, data type, and size
11
-
- Statistical information about tensor values (min, max, mean, std) - loaded on demand when a tensor is selected
12
-
- Support for local safetensors files and Hugging Face model repositories
11
+
- Statistical information about tensor values including min, max, mean, standard deviation, quantile analysis (1st, 10th, 25th, 50th/median, 75th, 90th, 99th percentiles), and sparsity percentage - loaded on demand when a tensor is selected
12
+
- Value distribution histogram visualization with toggle between linear and logarithmic scales
13
+
- Support for local safetensors files and Hugging Face model repositories with automatic downloading
13
14
- Real-time search and filtering by tensor name
14
-
- Clean and intuitive Textual-based interface
15
-
- Optimized loading - only metadata is loaded initially, tensor statistics shown when a tensor is selected and enter is pressed
15
+
- Clean and intuitive Textual-based interface with tabbed view (Details and Histogram)
16
+
- Optimized loading - only metadata is loaded initially, tensor statistics shown when a tensor is selected
17
+
- Progress indicators when loading tensor statistics
18
+
- Data preview snippets for quick inspection
19
+
- File-level information including total size, tensor count, and total parameter count
16
20
17
21
## Installation
18
22
@@ -73,7 +77,9 @@ safe-view --help
73
77
-`Ctrl+f` / `Ctrl+b`: Page up/down
74
78
-`/`: Enter search mode to filter tensors by name
75
79
-`Escape`: Exit search mode
76
-
- Click on a tensor in the left panel or press Enter to view its details and statistics on the right
80
+
-`x` or `Enter`: Load and display detailed statistics for the selected tensor
81
+
-`Ctrl+l`: Toggle histogram between linear and logarithmic scale
82
+
- Click on a tensor in the left panel to view its details and statistics on the right
0 commit comments