From 3e86c6a1a88f12859e35fa7e7f07cf4efb5a5335 Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:33:30 +0200 Subject: [PATCH] fix: hilarious typo Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32c90b2..bb61a35 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ f # num_rows: 20 # }) -# it has this sgaoe +# it has this shape ds_a = Dataset.from_parquet(str(f)).with_format("torch") ds_a[0:2]['hidden_states'].shape # [batch, layers, tokens, hidden_states] # torch.Size([2, 25, 1, 896])