Skip to content

Commit 99d7ca2

Browse files
committed
add dim
1 parent a680604 commit 99d7ca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ from model2vec import StaticModel
158158
model = StaticModel.from_pretrained("minishlab/potion-base-8m", dimensionality=32)
159159

160160
print(model.embedding.shape)
161-
161+
# (29528, 32)
162162
```
163163

164164
### Combining quantization and dimensionality reduction

0 commit comments

Comments
 (0)