Upload seamless_communication/models/pretssel/__init__.py with huggingface_hub
Browse files
seamless_communication/models/pretssel/__init__.py
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
| 2 |
+
# All rights reserved.
|
| 3 |
+
#
|
| 4 |
+
# This source code is licensed under the license found in the
|
| 5 |
+
# MIT_LICENSE file in the root directory of this source tree.
|
| 6 |
+
|
| 7 |
+
from seamless_communication.models.pretssel.ecapa_tdnn import ECAPA_TDNN as ECAPA_TDNN
|
| 8 |
+
from seamless_communication.models.pretssel.ecapa_tdnn_builder import (
|
| 9 |
+
EcapaTDNNBuilder as EcapaTDNNBuilder,
|
| 10 |
+
)
|
| 11 |
+
from seamless_communication.models.pretssel.ecapa_tdnn_builder import (
|
| 12 |
+
EcapaTDNNConfig as EcapaTDNNConfig,
|
| 13 |
+
)
|
| 14 |
+
from seamless_communication.models.pretssel.ecapa_tdnn_builder import (
|
| 15 |
+
ecapa_tdnn_archs as ecapa_tdnn_archs,
|
| 16 |
+
)
|