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
I use the code below to read the memmap file. The data is out of bounds as shown above and the vocab size is only 150000. data = MemMapDataset(filePath, chunk_size=2048, memmap_dtype="uint32")
The text was updated successfully, but these errors were encountered:
After using commad
I use the code below to read the memmap file. The data is out of bounds as shown above and the vocab size is only 150000.
data = MemMapDataset(filePath, chunk_size=2048, memmap_dtype="uint32")
The text was updated successfully, but these errors were encountered: