Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,10 @@ additional subtable in LMDB with means and standard deviations for each split
|
|
39 |
- numpy
|
40 |
- safetensors
|
41 |
|
42 |
-
2.
|
|
|
|
|
|
|
43 |
```python
|
44 |
import ./WCv1LMDBReader.py
|
45 |
|
|
|
39 |
- numpy
|
40 |
- safetensors
|
41 |
|
42 |
+
2. Extract the LMDB file
|
43 |
+
- ```tar -xz S2WC-RSS-like.tar.gz.part_aa . ```
|
44 |
+
|
45 |
+
4. Initialze the dataset reader
|
46 |
```python
|
47 |
import ./WCv1LMDBReader.py
|
48 |
|