Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: audio_path
|
5 |
+
dtype: audio
|
6 |
+
- name: subject
|
7 |
+
dtype: string
|
8 |
+
- name: piece
|
9 |
+
dtype: string
|
10 |
+
- name: user_id
|
11 |
+
dtype: string
|
12 |
+
- name: playdata_id
|
13 |
+
dtype: string
|
14 |
+
- name: fname
|
15 |
+
dtype: string
|
16 |
+
- name: good_or_bad
|
17 |
+
dtype: string
|
18 |
+
- name: mean
|
19 |
+
dtype: float32
|
20 |
+
- name: idx
|
21 |
+
dtype: int32
|
22 |
+
- name: ses
|
23 |
+
dtype: int32
|
24 |
+
- name: ses_pianist
|
25 |
+
dtype: int32
|
26 |
+
- name: question_id
|
27 |
+
dtype: int32
|
28 |
+
- name: question_source_id
|
29 |
+
dtype: int32
|
30 |
+
- name: question
|
31 |
+
dtype: string
|
32 |
+
- name: answer
|
33 |
+
dtype: string
|
34 |
+
- name: q_eng
|
35 |
+
dtype: string
|
36 |
+
- name: a_eng
|
37 |
+
dtype: string
|
38 |
+
- name: score
|
39 |
+
dtype: int32
|
40 |
+
- name: opinion
|
41 |
+
dtype: string
|
42 |
+
- name: location
|
43 |
+
dtype: string
|
44 |
+
- name: physical
|
45 |
+
dtype: string
|
46 |
+
- name: technique
|
47 |
+
dtype: string
|
48 |
+
- name: adjectives
|
49 |
+
dtype: string
|
50 |
+
- name: suggested_location
|
51 |
+
dtype: string
|
52 |
+
- name: suggested_physical
|
53 |
+
dtype: string
|
54 |
+
- name: suggested_technique
|
55 |
+
dtype: string
|
56 |
+
- name: suggested_adjectives
|
57 |
+
dtype: string
|
58 |
+
- name: split
|
59 |
+
dtype:
|
60 |
+
class_label:
|
61 |
+
names:
|
62 |
+
'0': train
|
63 |
+
'1': eval
|
64 |
+
splits:
|
65 |
+
- name: train
|
66 |
+
num_bytes: 3371603601.08
|
67 |
+
num_examples: 2265
|
68 |
+
download_size: 658759963
|
69 |
+
dataset_size: 3371603601.08
|
70 |
+
---
|
71 |
+
# Dataset Card for "NeuroPiano-data"
|
72 |
+
|
73 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|