| # 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.cli.eval_utils.compute_metrics import ( | |
| compute_quality_metrics as compute_quality_metrics, | |
| ) | |
| from seamless_communication.cli.eval_utils.compute_metrics import ( | |
| get_tokenizer as get_tokenizer, | |
| ) | |
| from seamless_communication.cli.eval_utils.lang_mapping import ( | |
| LANG2_LANG3 as LANG2_LANG3, | |
| ) | |
| from seamless_communication.cli.eval_utils.lang_mapping import ( | |
| LANG3_LANG2 as LANG3_LANG2, | |
| ) | |