-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8736ee4
commit 7ccd1a7
Showing
6 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[ | ||
{ | ||
"audio_id": 1, | ||
"caption": "First caption that describes this amazing track!", | ||
"audio_path": "track_1.npy" | ||
}, | ||
{ | ||
"audio_id": 2, | ||
"caption": "Second caption that describes this amazing track!", | ||
"audio_path": "track_2.npy" | ||
}, | ||
{ | ||
"audio_id": 3, | ||
"caption": "Third caption that describes this amazing track!", | ||
"audio_path": "track_3.npy" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[ | ||
{ | ||
"audio_id": 1, | ||
"caption": "First caption that describes this amazing track!", | ||
"audio_path": "track_1.npy" | ||
}, | ||
{ | ||
"audio_id": 2, | ||
"caption": "Second caption that describes this amazing track!", | ||
"audio_path": "track_2.npy" | ||
}, | ||
{ | ||
"audio_id": 3, | ||
"caption": "Third caption that describes this amazing track!", | ||
"audio_path": "track_3.npy" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[ | ||
{ | ||
"audio_id": 1, | ||
"caption": "First caption that describes this amazing track!", | ||
"audio_path": "track_1.npy" | ||
}, | ||
{ | ||
"audio_id": 2, | ||
"caption": "Second caption that describes this amazing track!", | ||
"audio_path": "track_2.npy" | ||
}, | ||
{ | ||
"audio_id": 3, | ||
"caption": "Third caption that describes this amazing track!", | ||
"audio_path": "track_3.npy" | ||
} | ||
] |