George commited on
Commit
b49caf9
β€’
1 Parent(s): 53b2aec

rm no before piano name

Browse files
data/5_Kawai.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:af45d21ce74a607a769fc8edeca82175415a42f70df19fbd0a14731e5efbbe6a
3
- size 38260629
 
 
 
 
data/6_Steinway.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a5b83de1f95d94b5f23b2636cdda1c5feb78fa576cf1e5f12827e48487c4b205
3
- size 35046320
 
 
 
 
data/7_Kawai-G.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a51c08b58868d57a2aef708580507a63d16302133afa314472d72470fc25139
3
- size 19742382
 
 
 
 
data/8_Yamaha.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a2ff74144de97c169edcacc77288fdc77fed2dc75a509899bb7b744be734332
3
- size 46875645
 
 
 
 
data/{1_PearlRiver.zip β†’ Hsinghai.zip} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec84513e69aa983dd60665d6e355ab3417802c4968de03a59bc5fd4f9edffea2
3
- size 16001626
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c91755e2f2a129d7a5a4ab3976c56729b07fc0f06aedc0cd386b187ae0b63d7
3
+ size 35420765
data/{2_YoungChang.zip β†’ Kawai-G.zip} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91b180cc693177597cc3515e4956a22ab671bc3dd5de43df1bba588b725ebc30
3
- size 99240728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cb556cf675877536c4b695bdaa5c483a4b80e518de3dd8a602fc0033ef53e69
3
+ size 19742026
data/{3_Steinway-T.zip β†’ Kawai.zip} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c5b66552d1ec1f98b5580f7eb93fac0850bea9c740279c778a0a7f4a24e830e
3
- size 61769871
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40c7f45e0210078c722d64a532b8765d6646571483a4ee883c944ffc57aed0cd
3
+ size 38260273
data/{4_Hsinghai.zip β†’ PearlRiver.zip} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ef4acb8695fe80fbf9910059da3352c0818c63b761f1c44ffe1fba3a2198227
3
- size 35421121
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df04b3e1cd2510012f23bbbe0c38ce2e90b52409da9a1621736c9a3820527e67
3
+ size 16001270
data/Steinway-T.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7984f7ac676c7f787e8604553c5742f0d89c526b647af3468b93895c33cf5714
3
+ size 61769515
data/Steinway.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9acf77cffdbcb2fd72bb24bff406122d738df2cb5d5eb5f9b3205af7a4f1833
3
+ size 35046108
data/Yamaha.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0237300cbdf91787f8089e435566ed8037891ad3c579afa5d7c3fbbe4821643
3
+ size 46875289
data/YoungChang.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b50a226129fa6d4dfceb4284cc1f5a74df657b7fb809d57624e14194d9cd55f0
3
+ size 99240372
piano_sound_quality.py CHANGED
@@ -10,14 +10,14 @@ from datasets.tasks import AudioClassification
10
 
11
  # Once upload a new piano brand zip, please register its name here
12
  _NAMES = [
13
- "1_PearlRiver",
14
- "2_YoungChang",
15
- "3_Steinway-T",
16
- "4_Hsinghai",
17
- "5_Kawai",
18
- "6_Steinway",
19
- "7_Kawai-G",
20
- "8_Yamaha",
21
  ]
22
 
23
  _DBNAME = os.path.basename(__file__).split('.')[0]
 
10
 
11
  # Once upload a new piano brand zip, please register its name here
12
  _NAMES = [
13
+ "PearlRiver",
14
+ "YoungChang",
15
+ "Steinway-T",
16
+ "Hsinghai",
17
+ "Kawai",
18
+ "Steinway",
19
+ "Kawai-G",
20
+ "Yamaha",
21
  ]
22
 
23
  _DBNAME = os.path.basename(__file__).split('.')[0]