Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: id
|
6 |
+
dtype: string
|
7 |
+
- name: channel_id
|
8 |
+
dtype: string
|
9 |
+
- name: duracion
|
10 |
+
dtype: int64
|
11 |
+
- name: keywords
|
12 |
+
dtype: string
|
13 |
+
- name: fecha_publicacion
|
14 |
+
dtype: string
|
15 |
+
- name: rating
|
16 |
+
dtype: string
|
17 |
+
- name: titulo
|
18 |
+
dtype: string
|
19 |
+
- name: vistas
|
20 |
+
dtype: int64
|
21 |
+
- name: artista
|
22 |
+
dtype: string
|
23 |
+
- name: titulo_cancion
|
24 |
+
dtype: string
|
25 |
+
- name: escuchas_lastfm
|
26 |
+
dtype: string
|
27 |
+
splits:
|
28 |
+
- name: train
|
29 |
+
num_bytes: 993152
|
30 |
+
num_examples: 2853
|
31 |
+
- name: validation
|
32 |
+
num_bytes: 114234
|
33 |
+
num_examples: 317
|
34 |
+
download_size: 630633
|
35 |
+
dataset_size: 1107386
|
36 |
---
|