Closed zhangron013 closed 2 months ago
hi there,
all code are released.
R the audio encoder, for LTU, it is https://github.com/YuanGongND/ltu/blob/2002aad8305ee5579a2237a85a6e792c1174cda7/src/ltu/hf-dev/transformers-main/src/transformers/models/llama/modeling_llama.py#L669
for LTU-AS, we save the encoder feature on disk and load it in training.
Please check the https://github.com/YuanGongND/ltu/tree/main#important-code for the pointers for important codes, sorry some files are not in obvious place.
-Yuan
thanks a lot !!
Thank you for sharing an exciting work, admittedly, your work is excellent, and I would like to use your code to evaluate the performance of the encoder by changing it to a different audio encoder. But I'm a little confused, you don't seem to provide the source code for the model, and I'm not familiar with the Transformers library, so I don't have a clue how to replace the original encoder. Could you explain how to replace your audio encoder?