osanseviero HF staff commited on
Commit
9b9ca52
1 Parent(s): c44f964

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +138 -0
README.md ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ kaggle_id: jessicali9530/animal-crossing-new-horizons-nookplaza-dataset
3
+ licenses:
4
+ - cc0-1.0
5
+ ---
6
+
7
+ # Dataset Card for Animal Crossing New Horizons Catalog
8
+
9
+ ## Table of Contents
10
+ - [Table of Contents](#table-of-contents)
11
+ - [Dataset Description](#dataset-description)
12
+ - [Dataset Summary](#dataset-summary)
13
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
14
+ - [Languages](#languages)
15
+ - [Dataset Structure](#dataset-structure)
16
+ - [Data Instances](#data-instances)
17
+ - [Data Fields](#data-fields)
18
+ - [Data Splits](#data-splits)
19
+ - [Dataset Creation](#dataset-creation)
20
+ - [Curation Rationale](#curation-rationale)
21
+ - [Source Data](#source-data)
22
+ - [Annotations](#annotations)
23
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
24
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
25
+ - [Social Impact of Dataset](#social-impact-of-dataset)
26
+ - [Discussion of Biases](#discussion-of-biases)
27
+ - [Other Known Limitations](#other-known-limitations)
28
+ - [Additional Information](#additional-information)
29
+ - [Dataset Curators](#dataset-curators)
30
+ - [Licensing Information](#licensing-information)
31
+ - [Citation Information](#citation-information)
32
+ - [Contributions](#contributions)
33
+
34
+ ## Dataset Description
35
+
36
+ - **Homepage:** https://kaggle.com/datasets/jessicali9530/animal-crossing-new-horizons-nookplaza-dataset
37
+ - **Repository:**
38
+ - **Paper:**
39
+ - **Leaderboard:**
40
+ - **Point of Contact:**
41
+
42
+ ### Dataset Summary
43
+
44
+ ### Context
45
+ This dataset comes from this [spreadsheet](https://tinyurl.com/acnh-sheet), a comprehensive Item Catalog for Animal Crossing New Horizons (ACNH). As described by [Wikipedia](https://en.wikipedia.org/wiki/Animal_Crossing:_New_Horizons),
46
+ > ACNH is a life simulation game released by Nintendo for Nintendo Switch on March 20, 2020. It is the fifth main series title in the Animal Crossing series and, with 5 million digital copies sold, has broken the record for Switch title with most digital units sold in a single month. In New Horizons, the player assumes the role of a customizable character who moves to a deserted island. Taking place in real-time, the player can explore the island in a nonlinear fashion, gathering and crafting items, catching insects and fish, and developing the island into a community of anthropomorphic animals.
47
+
48
+ ### Content
49
+ There are 30 csvs each listing various items, villagers, clothing, and other collectibles from the game. The data was collected by a dedicated group of AC fans who continue to collaborate and build this [spreadsheet](https://tinyurl.com/acnh-sheet) for public use. The database contains the original data and full list of contributors and raw data. At the time of writing, the only difference between the spreadsheet and this version is that the Kaggle version omits all columns with images of the items, but is otherwise identical.
50
+
51
+ ### Acknowledgements
52
+ Thanks to every contributor listed on the [spreadsheet!](https://tinyurl.com/acnh-sheet) Please attribute this spreadsheet and group for any use of the data. They also have a Discord server linked in the spreadsheet in case you want to contact them.
53
+
54
+ ### Supported Tasks and Leaderboards
55
+
56
+ [More Information Needed]
57
+
58
+ ### Languages
59
+
60
+ [More Information Needed]
61
+
62
+ ## Dataset Structure
63
+
64
+ ### Data Instances
65
+
66
+ [More Information Needed]
67
+
68
+ ### Data Fields
69
+
70
+ [More Information Needed]
71
+
72
+ ### Data Splits
73
+
74
+ [More Information Needed]
75
+
76
+ ## Dataset Creation
77
+
78
+ ### Curation Rationale
79
+
80
+ [More Information Needed]
81
+
82
+ ### Source Data
83
+
84
+ #### Initial Data Collection and Normalization
85
+
86
+ [More Information Needed]
87
+
88
+ #### Who are the source language producers?
89
+
90
+ [More Information Needed]
91
+
92
+ ### Annotations
93
+
94
+ #### Annotation process
95
+
96
+ [More Information Needed]
97
+
98
+ #### Who are the annotators?
99
+
100
+ [More Information Needed]
101
+
102
+ ### Personal and Sensitive Information
103
+
104
+ [More Information Needed]
105
+
106
+ ## Considerations for Using the Data
107
+
108
+ ### Social Impact of Dataset
109
+
110
+ [More Information Needed]
111
+
112
+ ### Discussion of Biases
113
+
114
+ [More Information Needed]
115
+
116
+ ### Other Known Limitations
117
+
118
+ [More Information Needed]
119
+
120
+ ## Additional Information
121
+
122
+ ### Dataset Curators
123
+
124
+ This dataset was shared by [@jessicali9530](https://kaggle.com/jessicali9530)
125
+
126
+ ### Licensing Information
127
+
128
+ The license for this dataset is cc0-1.0
129
+
130
+ ### Citation Information
131
+
132
+ ```bibtex
133
+ [More Information Needed]
134
+ ```
135
+
136
+ ### Contributions
137
+
138
+ [More Information Needed]