DiGyt commited on
Commit
0b21e1c
1 Parent(s): 0070714

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +124 -1
README.md CHANGED
@@ -1,9 +1,132 @@
1
  ---
 
2
  license: cc
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
  Ecoset is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 2.0 license (cc-by-nc-sa-2.0).
5
 
6
 
7
  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:
8
 
9
- ```pip install datasets[s3]```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pretty_name: Ecoset
3
  license: cc
4
+ source_datasets:
5
+ - original
6
+ task_categories:
7
+ - image-classification
8
+ - image
9
+ task_ids:
10
+ - multi-class-image-classification
11
+ - other-other-image-classification
12
+ - image-classification
13
+ - other-image-classification
14
+ paperswithcode_id: ecoset
15
+
16
  ---
17
  Ecoset is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 2.0 license (cc-by-nc-sa-2.0).
18
 
19
 
20
  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
+ ```pip install datasets[s3]```
23
+
24
+
25
+ ## Table of Contents
26
+ - [Dataset Description](#dataset-description)
27
+ - [Dataset Summary](#dataset-summary)
28
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
29
+ - [Dataset Structure](#dataset-structure)
30
+ - [Data Instances](#data-instances)
31
+ - [Data Fields](#data-fields)
32
+ - [Data Splits](#data-splits)
33
+ - [Dataset Creation](#dataset-creation)
34
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
35
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
36
+ - [Social Impact of Dataset](#social-impact-of-dataset)
37
+ - [Discussion of Biases](#discussion-of-biases)
38
+ - [Other Known Limitations](#other-known-limitations)
39
+ - [Additional Information](#additional-information)
40
+ - [Dataset Curators](#dataset-curators)
41
+ - [Licensing Information](#licensing-information)
42
+ - [Citation Information](#citation-information)
43
+ - [Contributions](#contributions)
44
+
45
+
46
+ ## Dataset Description
47
+
48
+ - **Homepage:** [https://www.kietzmannlab.org/ecoset](https://www.kietzmannlab.org/ecoset/)
49
+ - **Repository:** [https://codeocean.com/capsule/9570390/tree/v1](https://codeocean.com/capsule/9570390/tree/v1)
50
+ - **Paper:** [https://doi.org/10.1073/pnas.2011417118](https://doi.org/10.1073/pnas.2011417118)
51
+ - **Point of Contact:** [support@codeocean.com](support@codeocean.com.)
52
+
53
+
54
+ ### Dataset Summary
55
+
56
+ Tired of all the dogs in ImageNet (ILSVRC)? Then ecoset is here for you. 1.5m images
57
+ from 565 basic level categories, chosen to be both (i) frequent in linguistic usage,
58
+ and (ii) rated by human observers as concrete (e.g. ‘table’ is concrete, ‘romance’
59
+ is not). Here we collect resources associated with ecoset. This includes the dataset,
60
+ trained deep neural network models, code to interact with them, and published papers
61
+ using it.
62
+
63
+
64
+ ### Supported Tasks and Leaderboards
65
+
66
+ Ecoset is a large multi-class single-label object recognition image dataset (similar to ImageNet).
67
+
68
+
69
+ ## Dataset Structure
70
+
71
+
72
+ We show detailed information for all the configurations of the dataset. Currently, there is only one setting (`Full`) available, containing all data.
73
+
74
+
75
+ ### Data Instances
76
+
77
+ <details>
78
+ <summary>Click to expand the Data/size information for each language (deduplicated)</summary>
79
+
80
+ #### Full
81
+
82
+ - **Size of downloaded dataset files:** 155 GB
83
+ - **Total amount of disk used:** 311 GB
84
+
85
+ ## Dataset Creation
86
+
87
+ ### Personal and Sensitive Information
88
+
89
+ # TODO
90
+
91
+ ## Considerations for Using the Data
92
+
93
+ ### Social Impact of Dataset
94
+
95
+ # TODO
96
+
97
+ ### Discussion of Biases
98
+
99
+ # TODO
100
+
101
+ ### Other Known Limitations
102
+
103
+ # TODO
104
+
105
+ ## Additional Information
106
+
107
+ ### Dataset Curators
108
+
109
+ The corpus was put together by # TODO.
110
+
111
+ ### Licensing Information
112
+
113
+ #TODO
114
+
115
+ ### Citation Information
116
+
117
+ ```
118
+ @article{mehrer2021ecologically,
119
+ title={An ecologically motivated image dataset for deep learning yields better models of human vision},
120
+ author={Mehrer, Johannes and Spoerer, Courtney J and Jones, Emer C and Kriegeskorte, Nikolaus and Kietzmann, Tim C},
121
+ journal={Proceedings of the National Academy of Sciences},
122
+ volume={118},
123
+ number={8},
124
+ pages={e2011417118},
125
+ year={2021},
126
+ publisher={National Acad Sciences}
127
+ }
128
+ ```
129
+
130
+ ### Contributions
131
+
132
+ Thanks to #TODO