Update README.md
Browse files
README.md
CHANGED
|
@@ -37,4 +37,8 @@ import numpy as np
|
|
| 37 |
import torch
|
| 38 |
|
| 39 |
x_input = np.load('X_input/sample_0.npy')
|
| 40 |
-
tensor_x = torch.tensor(x_input, dtype=torch.float32)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
import torch
|
| 38 |
|
| 39 |
x_input = np.load('X_input/sample_0.npy')
|
| 40 |
+
tensor_x = torch.tensor(x_input, dtype=torch.float32)
|
| 41 |
+
|
| 42 |
+
```
|
| 43 |
+
|
| 44 |
+
> **Note:** The Hugging Face Dataset Viewer will show an error for this repository because it cannot natively render `.npy` tensor arrays in the browser. The dataset is fully functional and can be downloaded using the `huggingface_hub` library.
|