Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pretty_name: MusicQueries - ProgArchives
|
8 |
+
---
|
9 |
+
# 🎵 MusicQueries Dataset - ProgArchives
|
10 |
+
|
11 |
+
**MusicQueries** is a synthetic natural language dataset focused on music-related utterances designed for media playback scenarios. Every sentence in this dataset is a **playback request** — a query that should result in a media search followed by music playback.
|
12 |
+
|
13 |
+
This dataset is ideal for training and evaluating models in **intent classification**, **named entity recognition (NER)**, and **retrieval-based music assistants**.
|
14 |
+
|
15 |
+
> This repository contains the **prog-archives queries** only, the generated datasets can be found in [this collection](https://huggingface.co/collections/Jarbas/music-queries-67fe67e639704cee7484bcc6)
|