Datasets:
Iulia Elisa
commited on
Commit
·
6accdbd
1
Parent(s):
d3d3873
Update README.md
Browse files
README.md
CHANGED
@@ -75,7 +75,7 @@ cd XAMI-dataset
|
|
75 |
conda env create -f requirements.yaml # create an environment with the package requirements
|
76 |
```
|
77 |
|
78 |
-
Then
|
79 |
|
80 |
### Download the dataset archive from HuggingFace
|
81 |
|
@@ -90,6 +90,7 @@ xami_dataset = XAMIDataset(
|
|
90 |
dataset_name="xami_dataset",
|
91 |
data_path='./dest_dir')
|
92 |
```
|
|
|
93 |
|
94 |
- using a CLI command
|
95 |
```bash
|
|
|
75 |
conda env create -f requirements.yaml # create an environment with the package requirements
|
76 |
```
|
77 |
|
78 |
+
**Then**
|
79 |
|
80 |
### Download the dataset archive from HuggingFace
|
81 |
|
|
|
90 |
dataset_name="xami_dataset",
|
91 |
data_path='./dest_dir')
|
92 |
```
|
93 |
+
**or**
|
94 |
|
95 |
- using a CLI command
|
96 |
```bash
|