nk-21-mit commited on
Commit
fe49d94
·
verified ·
1 Parent(s): d072cbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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.