[Doc]: fix typos in various files (#24726)

Signed-off-by: Didier Durand <durand.didier@gmail.com>
This commit is contained in:
Didier Durand
2025-09-12 15:43:12 +02:00
committed by GitHub
parent 0377802c20
commit bcb06d7baf
11 changed files with 11 additions and 11 deletions

View File

@@ -551,7 +551,7 @@ class RandomDataset(BenchmarkDataset):
[6880, 6881] -> ['Ġcalls', 'here'] ->
[1650, 939, 486] -> ['Ġcall', 'sh', 'ere']
To avoid uncontrolled change of the prompt length,
the encoded sequence is truncated before being decode again.
the encoded sequence is truncated before being decoded again.
"""
# Build the inner sequence by sampling sequentially from the vocab
inner_seq = ((offset + index + np.arange(input_len))