jadechoghari
commited on
Commit
•
a845906
1
Parent(s):
300da10
Update audioldm_train/modules/clap/training/data.py
Browse files
audioldm_train/modules/clap/training/data.py
CHANGED
@@ -51,7 +51,7 @@ def tokenizer(text):
|
|
51 |
|
52 |
|
53 |
from transformers import RobertaTokenizer
|
54 |
-
with open('offset_pretrained_checkpoints.json', 'r') as config_file:
|
55 |
config_data = json.load(config_file)
|
56 |
|
57 |
tokenize = RobertaTokenizer.from_pretrained(config_data["roberta-base"])
|
|
|
51 |
|
52 |
|
53 |
from transformers import RobertaTokenizer
|
54 |
+
with open('./qa_mdt/offset_pretrained_checkpoints.json', 'r') as config_file:
|
55 |
config_data = json.load(config_file)
|
56 |
|
57 |
tokenize = RobertaTokenizer.from_pretrained(config_data["roberta-base"])
|