mmap dataset
Browse files
README.md
CHANGED
@@ -5102,3 +5102,8 @@ dataset = load_dataset('SamsungSAILMontreal/nino_metatrain', 'fm-16') # you can
|
|
5102 |
print(np.array(dataset[str(i)][t]['data']).shape) # (14378,)
|
5103 |
|
5104 |
```
|
|
|
|
|
|
|
|
|
|
|
|
5102 |
print(np.array(dataset[str(i)][t]['data']).shape) # (14378,)
|
5103 |
|
5104 |
```
|
5105 |
+
|
5106 |
+
**To train the NiNo model we also uploaded the dataset in the mmap format (in the mmap branch), which is much faster for larger arrays.
|
5107 |
+
See https://github.com/SamsungSAILMontreal/nino/blob/main/dataset/dataset.py#L123 for the dataset code
|
5108 |
+
and https://github.com/SamsungSAILMontreal/nino/blob/main/README.md#training-nino for the training script examples.**
|
5109 |
+
|