Upload model
Browse files- modelling_musilingo.py +1 -1
modelling_musilingo.py
CHANGED
|
@@ -19,7 +19,7 @@ from torch.nn import CrossEntropyLoss
|
|
| 19 |
from transformers import Wav2Vec2FeatureExtractor
|
| 20 |
from omegaconf import OmegaConf
|
| 21 |
|
| 22 |
-
from
|
| 23 |
import timm.models.hub as timm_hub
|
| 24 |
|
| 25 |
|
|
|
|
| 19 |
from transformers import Wav2Vec2FeatureExtractor
|
| 20 |
from omegaconf import OmegaConf
|
| 21 |
|
| 22 |
+
from .configuration_musilingo import MusiLingoConfig, PATH
|
| 23 |
import timm.models.hub as timm_hub
|
| 24 |
|
| 25 |
|