Skip to content

Commit

Permalink
add example toy data
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaria-manco committed May 9, 2022
1 parent 8736ee4 commit 7ccd1a7
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 0 deletions.
Binary file added data/datasets/audiocaption/audio/track_1.npy
Binary file not shown.
Binary file added data/datasets/audiocaption/audio/track_2.npy
Binary file not shown.
Binary file added data/datasets/audiocaption/audio/track_3.npy
Binary file not shown.
17 changes: 17 additions & 0 deletions data/datasets/audiocaption/dataset_test.json
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"
}
]
17 changes: 17 additions & 0 deletions data/datasets/audiocaption/dataset_train.json
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"
}
]
17 changes: 17 additions & 0 deletions data/datasets/audiocaption/dataset_val.json
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"
}
]

0 comments on commit 7ccd1a7

Please sign in to comment.