aguilara42
commited on
Commit
•
55fa57f
1
Parent(s):
de4a95a
Update README.md
Browse files
README.md
CHANGED
@@ -11,14 +11,14 @@ This is a audio labeler model which is used in Audacity's labeler effect.
|
|
11 |
|
12 |
metadata:
|
13 |
```
|
14 |
-
{
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
```
|
|
|
11 |
|
12 |
metadata:
|
13 |
```
|
14 |
+
{
|
15 |
+
"sample_rate": 48000,
|
16 |
+
"domain_tags": ["Music"],
|
17 |
+
"tags": ["Audio Labeler"],
|
18 |
+
"effect_type": "waveform-to-labels",
|
19 |
+
"multichannel": false,
|
20 |
+
"labels": ["Acoustic Guitar", "Auxiliary Percussion", "Brass", "Clean Electric Guitar", "Distorted Electric Guitar", "Double Bass", "Drum Set", "Electric Bass", "Flute", "piano", "Reeds", "Saxophone", "Strings", "Trumpet", "Voice"],
|
21 |
+
"short_description": "Use me to label some instruments!",
|
22 |
+
"long_description": "An audio labeler, which outputs label predictions and time ranges for the labels. This model can label various instruments listed in the labels section."
|
23 |
+
}
|
24 |
```
|