File size: 5,239 Bytes
8767280
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bc042af
 
 
 
84ce6f6
bc042af
ab0215d
 
bc042af
ab0215d
 
 
bc042af
 
 
ab0215d
8767280
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bc042af
 
 
 
 
 
02efdac
bc042af
 
 
c565040
8767280
bc042af
8767280
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
---
pretty_name: Tamago Music Dataset
size_categories:
- 1K<n<10K
task_categories:
- image-classification
- image-to-text
- audio-classification
- text-to-audio
annotations_creators:
- found
language:
- en
license: cc0-1.0
multilinguality:
- monolingual
source_datasets:
- original
tags:
- audio
- image
configs:
  - config_name: metadata
    data_files:
      - split: metadata
        path: "tamago.jsonl.zst"
    default: true
    
  - config_name: images
    data_files:
      - split: images 
        path: "images/*"
        
  - config_name: audios
    data_files:
      - split: audios
        path: "audios/*"
---

# Dataset Card for Tamago Music Dataset
### Dataset Summary
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.

### Languages
The dataset is monolingual:
- English (en): All metadata including titles, descriptions and tags

## Dataset Structure
### Data Fields
The metadata for each track includes:
- `track_id`: Unique identifier for the track (integer)
- `data`: Object containing track details:
  - `track`: Main track information object:
    - `id`: Track identifier (integer)
    - `title`: Title of the track (string)
    - `description`: Text description of the track content (string)
    - `downloadDescription`: Download related description (string or null)
    - `duration`: Length of the track in seconds (string)
    - `downloadPrice`: Price for download (null or number)
    - `downloadCount`: Number of downloads (integer)
    - `imageUrl`: URL of the track cover image (string)
    - `originalImageUrl`: Original image identifier (string)
    - `playCount`: Number of plays (integer)
    - `userId`: Creator's user ID (integer)
    - `genreId`: Genre identifier (integer)
    - `displayOrder`: Display ordering (null or integer)
    - `downloadFilename`: Filename for downloads (string or null)
    - `downloadContentType`: Content type for downloads (string or null)
    - `trackStatus`: Status of the track (string)
    - `token`: Track token (string or null)
    - `tokenUserId`: Token user identifier (integer or null)
    - `listing`: Listing information (null or object)
    - `createdAt`: Creation timestamp (string)
    - `updatedAt`: Last update timestamp (string)
    - `User`: User object containing:
      - `id`: User identifier (integer)
      - `username`: Username (string)
      - `nearAccount`: NEAR blockchain account (string)
      - `firstName`: First name (string)
      - `lastName`: Last name (string)
      - `websiteUrl`: Website URL (string)
      - `avatarUrl`: Avatar image URL (string)
      - `userRole`: User role type (string)
      - `accountStatus`: Account status (string)
      - `lastLoginAt`: Last login timestamp (string)
      - `verifiedAt`: Verification timestamp (string or null)
      - `createdAt`: Account creation timestamp (string)
    - `Genre`: Genre object containing:
      - `id`: Genre identifier (integer)
      - `name`: Genre name (string)
      - `parentId`: Parent genre ID (integer or null)
      - `iconId`: Icon identifier (integer)
      - `createdAt`: Creation timestamp (string)
      - `updatedAt`: Last update timestamp (string)
    - `TagsForTrack`: Array of tag objects:
      - `id`: Tag identifier (integer)
      - `name`: Tag name (string)
      - `createdAt`: Tag creation timestamp (string)
      - `TrackTags`: Track-tag relationship object
    - `Reactions`: Array of reaction objects:
      - `userId`: User identifier (integer)
      - `trackId`: Track identifier (integer)
      - `commentId`: Comment identifier (string)
      - `referenceId`: Reference identifier (string)
      - `referenceData`: Reference data (null or object)
      - `reactionType`: Type of reaction (string)
      - `trackAt`: Track timestamp (string or null)
      - `createdAt`: Reaction creation timestamp (string)
      - `User`: Reactor's user information object
    - `Comments`: Array of comment objects

### Data Splits
The dataset is organized into three splits by file type:

| Split       | Number of Instances |
|-------------|-------------------|
| metadata    | 1,567            |
| images      | 1,567            |
| audios       | 1,567            |

- The metadata split contains JSONL files with track information and metadata
- The images split contains cover artwork images for each track
- The audios split contains the music track audio files

Each split corresponds to the same 1,567 tracks but separates the different file types for easier handling.
## Additional Information
### License
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
* Use it for any purpose, including commercial projects.
* Modify it however you like.
* Distribute it without asking permission.
No attribution is required, but it's always appreciated!
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en

### Dataset Curators
- [nyuuzyou](https://ducks.party)