DiGyt commited on
Commit
8745cf9
1 Parent(s): 0f486fd

changed order

Browse files
Files changed (1) hide show
  1. README.md +25 -19
README.md CHANGED
@@ -15,29 +15,13 @@ paperswithcode_id: ecoset
15
 
16
  ---
17
 
18
- # Important Download information:
19
-
20
- 1. In order to work with ecoset, please make sure to install the s3 compatible version of huggingface datasets, which should include the `s3fs`, `botocore` and `boto3` modules:
21
-
22
- ```bash
23
- pip install datasets[s3]
24
- ```
25
-
26
- 2. Please set `ignore_verifications=True`. when downloading this dataset, else the download will result in an error:
27
-
28
- ```python
29
- from datasets import load_dataset
30
-
31
- dataset = load_dataset("DiGyt/ecoset", ignore_verifications=True)
32
- ```
33
-
34
-
35
-
36
-
37
  ## Table of Contents
38
  - [Dataset Description](#dataset-description)
39
  - [Dataset Summary](#dataset-summary)
40
  - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
 
 
 
41
  - [Dataset Structure](#dataset-structure)
42
  - [Data Instances](#data-instances)
43
  - [Data Fields](#data-fields)
@@ -75,6 +59,28 @@ is not).
75
 
76
  Ecoset is a large multi-class single-label object recognition image dataset (similar to ImageNet).
77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
 
79
  ## Dataset Structure
80
 
 
15
 
16
  ---
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ## Table of Contents
19
  - [Dataset Description](#dataset-description)
20
  - [Dataset Summary](#dataset-summary)
21
  - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
22
+ - [Installation](#installation)
23
+ - [Install requirements](#install-requirements)
24
+ - [Download settings](#download-settings)
25
  - [Dataset Structure](#dataset-structure)
26
  - [Data Instances](#data-instances)
27
  - [Data Fields](#data-fields)
 
59
 
60
  Ecoset is a large multi-class single-label object recognition image dataset (similar to ImageNet).
61
 
62
+ ## Installation
63
+
64
+ Follow these instructions to make sure Ecoset downloads correctly.
65
+
66
+ ### Install Requirements
67
+
68
+ In order to work with ecoset, please make sure to install the s3 compatible version of huggingface datasets, which should include the `s3fs`, `botocore` and `boto3` modules:
69
+
70
+ ```bash
71
+ pip install datasets[s3]
72
+ ```
73
+
74
+ ### Download Settings
75
+
76
+ Please set `ignore_verifications=True`. when downloading this dataset, else the download will result in an error:
77
+
78
+ ```python
79
+ from datasets import load_dataset
80
+
81
+ dataset = load_dataset("DiGyt/ecoset", ignore_verifications=True)
82
+ ```
83
+
84
 
85
  ## Dataset Structure
86