jadechoghari
commited on
Commit
•
133f869
1
Parent(s):
500cbb0
modify with relative path
Browse files
offset_pretrained_checkpoints.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"clap_music" : "
|
3 |
-
"flan_t5" : "
|
4 |
-
"hifi-gan" : "
|
5 |
-
"roberta-base" : "
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"clap_music" : "./qa-mdt/checkpoints/clap_music/music_speech_audioset_epoch_15_esc_89.98.pt",
|
3 |
+
"flan_t5" : "./qa-mdt/checkpoints/flant5",
|
4 |
+
"hifi-gan" : "./qa-mdt/checkpoints/hifi-gan/checkpoints",
|
5 |
+
"roberta-base" : "./qa-mdt/checkpoints/robertabase"
|
6 |
}
|