jadechoghari
commited on
Update audioldm_train/modules/clap/open_clip/model.py
Browse files
audioldm_train/modules/clap/open_clip/model.py
CHANGED
@@ -24,7 +24,7 @@ from transformers import BertModel, RobertaModel, BartModel
|
|
24 |
from transformers.tokenization_utils_base import BatchEncoding
|
25 |
|
26 |
import json
|
27 |
-
with open('offset_pretrained_checkpoints.json', 'r') as config_file:
|
28 |
config_data = json.load(config_file)
|
29 |
|
30 |
class MLPLayers(nn.Module):
|
|
|
24 |
from transformers.tokenization_utils_base import BatchEncoding
|
25 |
|
26 |
import json
|
27 |
+
with open('./qa_mdt/offset_pretrained_checkpoints.json', 'r') as config_file:
|
28 |
config_data = json.load(config_file)
|
29 |
|
30 |
class MLPLayers(nn.Module):
|