victan's picture
Upload seamless_communication/models/aligner/__init__.py with huggingface_hub
5688ece
raw
history blame contribute delete
No virus
542 Bytes
# Copyright (c) Meta Platforms, Inc. and affiliates
# All rights reserved.
#
# This source code is licensed under the license found in the
# MIT_LICENSE file in the root directory of this source tree.
from seamless_communication.models.aligner.model import (
UnitY2AlignmentEncoder as UnitY2AlignmentEncoder,
)
from seamless_communication.models.aligner.model import (
UnitY2AlignmentFrontend as UnitY2AlignmentFrontend,
)
from seamless_communication.models.aligner.model import (
UnitY2AlignmentModel as UnitY2AlignmentModel,
)