Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
1hb6s7t authored Feb 8, 2025
1 parent 662e040 commit 1555cd8
Show file tree
Hide file tree
Showing 6 changed files with 605 additions and 10 deletions.
10 changes: 0 additions & 10 deletions mindnlp/transformers/models/jukebox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
"""Jukebox model"""
from . import configuration_jukebox, modeling_jukebox, tokenization_jukebox
from .configuration_jukebox import *
from .modeling_jukebox import *
from .tokenization_jukebox import *

__all__ = []
__all__.extend(configuration_jukebox.__all__)
__all__.extend(modeling_jukebox.__all__)
__all__.extend(tokenization_jukebox.__all__)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 1555cd8

Please sign in to comment.