File size: 2,307 Bytes
9957b36
 
3fa1c7d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
596dca8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2e8612e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3fa1c7d
9957b36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3fa1c7d
 
 
 
 
 
596dca8
 
 
 
 
 
2e8612e
 
 
 
 
 
9957b36
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
- config_name: finetuneLarge
  features:
  - name: audio
    dtype: audio
  - name: label
    dtype:
      class_label:
        names:
          '0': Classic
          '1': Racecar
  splits:
  - name: train
    num_bytes: 160648242.0
    num_examples: 717
  - name: validation
    num_bytes: 35624924.0
    num_examples: 159
  download_size: 196183057
  dataset_size: 196273166.0
- config_name: finetuneMedium
  features:
  - name: audio
    dtype: audio
  - name: label
    dtype:
      class_label:
        names:
          '0': Classic
          '1': Racecar
  splits:
  - name: train
    num_bytes: 107098828.0
    num_examples: 478
  - name: validation
    num_bytes: 35624924.0
    num_examples: 159
  download_size: 142639173
  dataset_size: 142723752.0
- config_name: finetuneSmall
  features:
  - name: audio
    dtype: audio
  - name: label
    dtype:
      class_label:
        names:
          '0': Classic
          '1': Racecar
  splits:
  - name: train
    num_bytes: 53549414.0
    num_examples: 239
  - name: validation
    num_bytes: 35624924.0
    num_examples: 159
  download_size: 89105397
  dataset_size: 89174338.0
- config_name: pretraining
  features:
  - name: audio
    dtype: audio
  - name: label
    dtype:
      class_label:
        names:
          '0': test
          '1': train
  splits:
  - name: train
    num_bytes: 1053954975.272
    num_examples: 4704
  - name: test
    num_bytes: 535708599.436
    num_examples: 2391
  download_size: 1587772300
  dataset_size: 1589663574.708
configs:
- config_name: finetuneLarge
  data_files:
  - split: train
    path: finetuneLarge/train-*
  - split: validation
    path: finetuneLarge/validation-*
- config_name: finetuneMedium
  data_files:
  - split: train
    path: finetuneMedium/train-*
  - split: validation
    path: finetuneMedium/validation-*
- config_name: finetuneSmall
  data_files:
  - split: train
    path: finetuneSmall/train-*
  - split: validation
    path: finetuneSmall/validation-*
- config_name: pretraining
  data_files:
  - split: train
    path: pretraining/train-*
  - split: test
    path: pretraining/test-*
---
# Dataset Card for "Master2ClassEasy"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)