Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: track_uri
|
5 |
+
dtype: string
|
6 |
+
- name: name
|
7 |
+
dtype: string
|
8 |
+
- name: uri
|
9 |
+
dtype: string
|
10 |
+
- name: album
|
11 |
+
dtype: string
|
12 |
+
- name: album_uri
|
13 |
+
dtype: string
|
14 |
+
- name: artist_names
|
15 |
+
sequence: string
|
16 |
+
- name: artist_uris
|
17 |
+
sequence: string
|
18 |
+
- name: popularity
|
19 |
+
dtype: int64
|
20 |
+
- name: playlist_uri
|
21 |
+
dtype: string
|
22 |
+
- name: release_date
|
23 |
+
dtype: string
|
24 |
+
- name: genre
|
25 |
+
dtype: string
|
26 |
+
- name: track_id
|
27 |
+
dtype: string
|
28 |
+
- name: duration_ms
|
29 |
+
dtype: int64
|
30 |
+
- name: artist_name
|
31 |
+
dtype: string
|
32 |
+
- name: model
|
33 |
+
dtype: string
|
34 |
+
- name: track_name
|
35 |
+
dtype: string
|
36 |
+
- name: response_gpt4
|
37 |
+
dtype: string
|
38 |
+
- name: tag
|
39 |
+
sequence: string
|
40 |
+
- name: release
|
41 |
+
dtype: string
|
42 |
+
- name: year
|
43 |
+
dtype: float64
|
44 |
+
- name: title
|
45 |
+
dtype: string
|
46 |
+
- name: response_gpt3.5-msd
|
47 |
+
dtype: string
|
48 |
+
- name: response_gpt3.5-baseline-prompt
|
49 |
+
dtype: string
|
50 |
+
- name: response_human
|
51 |
+
dtype: string
|
52 |
+
- name: response_random
|
53 |
+
dtype: string
|
54 |
+
- name: audio
|
55 |
+
dtype: audio
|
56 |
+
splits:
|
57 |
+
- name: train
|
58 |
+
num_bytes: 227834879.0
|
59 |
+
num_examples: 59
|
60 |
+
download_size: 226979560
|
61 |
+
dataset_size: 227834879.0
|
62 |
+
---
|
63 |
+
# Dataset Card for "music-caption-eval-v2"
|
64 |
+
|
65 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|