Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +109 -0
- images/1003.png +3 -0
- images/1004.png +3 -0
- images/1012.png +3 -0
- images/102.png +3 -0
- images/1027.png +3 -0
- images/1031.png +3 -0
- images/1047.png +3 -0
- images/1066.png +3 -0
- images/1068.png +3 -0
- images/1071.png +3 -0
- images/108.png +3 -0
- images/1080.png +3 -0
- images/1081.png +3 -0
- images/1087.png +3 -0
- images/1090.png +3 -0
- images/1092.png +3 -0
- images/1098.png +3 -0
- images/1101.png +3 -0
- images/1108.png +3 -0
- images/1113.png +3 -0
- images/1116.png +3 -0
- images/1118.png +3 -0
- images/112.png +3 -0
- images/113.png +3 -0
- images/1136.png +3 -0
- images/1137.png +3 -0
- images/1176.png +3 -0
- images/1178.png +3 -0
- images/1187.png +3 -0
- images/120.png +3 -0
- images/1206.png +3 -0
- images/1228.png +3 -0
- images/1246.png +3 -0
- images/1249.png +3 -0
- images/1263.png +3 -0
- images/1280.png +3 -0
- images/1323.png +3 -0
- images/1324.png +3 -0
- images/133.png +3 -0
- images/1330.png +3 -0
- images/1335.png +3 -0
- images/1337.png +3 -0
- images/1353.png +3 -0
- images/1365.png +3 -0
- images/1383.png +3 -0
- images/1389.png +3 -0
- images/1390.png +3 -0
- images/1398.png +3 -0
- images/1401.png +3 -0
README.md
ADDED
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pretty_name: Tamago Music Dataset
|
3 |
+
size_categories:
|
4 |
+
- 1K<n<10K
|
5 |
+
task_categories:
|
6 |
+
- image-classification
|
7 |
+
- image-to-text
|
8 |
+
- audio-classification
|
9 |
+
- text-to-audio
|
10 |
+
annotations_creators:
|
11 |
+
- found
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
license: cc0-1.0
|
15 |
+
multilinguality:
|
16 |
+
- monolingual
|
17 |
+
source_datasets:
|
18 |
+
- original
|
19 |
+
tags:
|
20 |
+
- audio
|
21 |
+
- image
|
22 |
+
---
|
23 |
+
|
24 |
+
# Dataset Card for Tamago Music Dataset
|
25 |
+
### Dataset Summary
|
26 |
+
This dataset contains metadata for 1,567 music tracks from [tamastream.io](https://www.tamastream.io), a community-based music streaming platform built on the NEAR blockchain. The dataset includes detailed track metadata including titles, descriptions, genres, and user interactions, providing insights into independent artist communities and their music.
|
27 |
+
|
28 |
+
### Languages
|
29 |
+
The dataset is monolingual:
|
30 |
+
- English (en): All metadata including titles, descriptions and tags
|
31 |
+
|
32 |
+
## Dataset Structure
|
33 |
+
### Data Fields
|
34 |
+
The metadata for each track includes:
|
35 |
+
- `track_id`: Unique identifier for the track (integer)
|
36 |
+
- `data`: Object containing track details:
|
37 |
+
- `track`: Main track information object:
|
38 |
+
- `id`: Track identifier (integer)
|
39 |
+
- `title`: Title of the track (string)
|
40 |
+
- `description`: Text description of the track content (string)
|
41 |
+
- `downloadDescription`: Download related description (string or null)
|
42 |
+
- `duration`: Length of the track in seconds (string)
|
43 |
+
- `downloadPrice`: Price for download (null or number)
|
44 |
+
- `downloadCount`: Number of downloads (integer)
|
45 |
+
- `imageUrl`: URL of the track cover image (string)
|
46 |
+
- `originalImageUrl`: Original image identifier (string)
|
47 |
+
- `playCount`: Number of plays (integer)
|
48 |
+
- `userId`: Creator's user ID (integer)
|
49 |
+
- `genreId`: Genre identifier (integer)
|
50 |
+
- `displayOrder`: Display ordering (null or integer)
|
51 |
+
- `downloadFilename`: Filename for downloads (string or null)
|
52 |
+
- `downloadContentType`: Content type for downloads (string or null)
|
53 |
+
- `trackStatus`: Status of the track (string)
|
54 |
+
- `token`: Track token (string or null)
|
55 |
+
- `tokenUserId`: Token user identifier (integer or null)
|
56 |
+
- `listing`: Listing information (null or object)
|
57 |
+
- `createdAt`: Creation timestamp (string)
|
58 |
+
- `updatedAt`: Last update timestamp (string)
|
59 |
+
- `User`: User object containing:
|
60 |
+
- `id`: User identifier (integer)
|
61 |
+
- `username`: Username (string)
|
62 |
+
- `nearAccount`: NEAR blockchain account (string)
|
63 |
+
- `firstName`: First name (string)
|
64 |
+
- `lastName`: Last name (string)
|
65 |
+
- `websiteUrl`: Website URL (string)
|
66 |
+
- `avatarUrl`: Avatar image URL (string)
|
67 |
+
- `userRole`: User role type (string)
|
68 |
+
- `accountStatus`: Account status (string)
|
69 |
+
- `lastLoginAt`: Last login timestamp (string)
|
70 |
+
- `verifiedAt`: Verification timestamp (string or null)
|
71 |
+
- `createdAt`: Account creation timestamp (string)
|
72 |
+
- `Genre`: Genre object containing:
|
73 |
+
- `id`: Genre identifier (integer)
|
74 |
+
- `name`: Genre name (string)
|
75 |
+
- `parentId`: Parent genre ID (integer or null)
|
76 |
+
- `iconId`: Icon identifier (integer)
|
77 |
+
- `createdAt`: Creation timestamp (string)
|
78 |
+
- `updatedAt`: Last update timestamp (string)
|
79 |
+
- `TagsForTrack`: Array of tag objects:
|
80 |
+
- `id`: Tag identifier (integer)
|
81 |
+
- `name`: Tag name (string)
|
82 |
+
- `createdAt`: Tag creation timestamp (string)
|
83 |
+
- `TrackTags`: Track-tag relationship object
|
84 |
+
- `Reactions`: Array of reaction objects:
|
85 |
+
- `userId`: User identifier (integer)
|
86 |
+
- `trackId`: Track identifier (integer)
|
87 |
+
- `commentId`: Comment identifier (string)
|
88 |
+
- `referenceId`: Reference identifier (string)
|
89 |
+
- `referenceData`: Reference data (null or object)
|
90 |
+
- `reactionType`: Type of reaction (string)
|
91 |
+
- `trackAt`: Track timestamp (string or null)
|
92 |
+
- `createdAt`: Reaction creation timestamp (string)
|
93 |
+
- `User`: Reactor's user information object
|
94 |
+
- `Comments`: Array of comment objects
|
95 |
+
|
96 |
+
### Data Splits
|
97 |
+
All tracks are in a single split.
|
98 |
+
|
99 |
+
## Additional Information
|
100 |
+
### License
|
101 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
102 |
+
* Use it for any purpose, including commercial projects.
|
103 |
+
* Modify it however you like.
|
104 |
+
* Distribute it without asking permission.
|
105 |
+
No attribution is required, but it's always appreciated!
|
106 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
107 |
+
|
108 |
+
### Dataset Curators
|
109 |
+
- [nyuuzyou](https://ducks.party)
|
images/1003.png
ADDED
Git LFS Details
|
images/1004.png
ADDED
Git LFS Details
|
images/1012.png
ADDED
Git LFS Details
|
images/102.png
ADDED
Git LFS Details
|
images/1027.png
ADDED
Git LFS Details
|
images/1031.png
ADDED
Git LFS Details
|
images/1047.png
ADDED
Git LFS Details
|
images/1066.png
ADDED
Git LFS Details
|
images/1068.png
ADDED
Git LFS Details
|
images/1071.png
ADDED
Git LFS Details
|
images/108.png
ADDED
Git LFS Details
|
images/1080.png
ADDED
Git LFS Details
|
images/1081.png
ADDED
Git LFS Details
|
images/1087.png
ADDED
Git LFS Details
|
images/1090.png
ADDED
Git LFS Details
|
images/1092.png
ADDED
Git LFS Details
|
images/1098.png
ADDED
Git LFS Details
|
images/1101.png
ADDED
Git LFS Details
|
images/1108.png
ADDED
Git LFS Details
|
images/1113.png
ADDED
Git LFS Details
|
images/1116.png
ADDED
Git LFS Details
|
images/1118.png
ADDED
Git LFS Details
|
images/112.png
ADDED
Git LFS Details
|
images/113.png
ADDED
Git LFS Details
|
images/1136.png
ADDED
Git LFS Details
|
images/1137.png
ADDED
Git LFS Details
|
images/1176.png
ADDED
Git LFS Details
|
images/1178.png
ADDED
Git LFS Details
|
images/1187.png
ADDED
Git LFS Details
|
images/120.png
ADDED
Git LFS Details
|
images/1206.png
ADDED
Git LFS Details
|
images/1228.png
ADDED
Git LFS Details
|
images/1246.png
ADDED
Git LFS Details
|
images/1249.png
ADDED
Git LFS Details
|
images/1263.png
ADDED
Git LFS Details
|
images/1280.png
ADDED
Git LFS Details
|
images/1323.png
ADDED
Git LFS Details
|
images/1324.png
ADDED
Git LFS Details
|
images/133.png
ADDED
Git LFS Details
|
images/1330.png
ADDED
Git LFS Details
|
images/1335.png
ADDED
Git LFS Details
|
images/1337.png
ADDED
Git LFS Details
|
images/1353.png
ADDED
Git LFS Details
|
images/1365.png
ADDED
Git LFS Details
|
images/1383.png
ADDED
Git LFS Details
|
images/1389.png
ADDED
Git LFS Details
|
images/1390.png
ADDED
Git LFS Details
|
images/1398.png
ADDED
Git LFS Details
|
images/1401.png
ADDED
Git LFS Details
|