aguilara42 commited on
Commit
55fa57f
1 Parent(s): de4a95a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
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
- { 'author': 'hugggof',
15
- 'description': '\\n'
16
- 'An audio labeler, which outputs label predictions and time ranges for the labels\\n',
17
- 'domain': 'audio-labeling',
18
- 'effect_type': 'labeler',
19
- 'id': 'aguilara42/openl3-labeler-w-timestamps',
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
- 'multichannel': False,
22
- 'name': 'openl3-labeler-w-timestamps',
23
- 'sample_rate': 48000}
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
  ```