Skip to content

Commit 90f1e72

Browse files
committed
update readme
1 parent d3e250e commit 90f1e72

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ A terminal application to view safetensors files. SafeView provides a clean, int
88

99
- Interactive terminal UI for browsing tensors
1010
- 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
1314
- 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
1620

1721
## Installation
1822

@@ -73,7 +77,9 @@ safe-view --help
7377
- `Ctrl+f` / `Ctrl+b`: Page up/down
7478
- `/`: Enter search mode to filter tensors by name
7579
- `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
7783

7884
## Requirements
7985

0 commit comments

Comments
 (0)