paper-with-me

홈 › Papers

TenTrans High-Performance Inference Toolkit for WMT2021 Efficiency Task

2021-11-01 · WMT (EMNLP) 2021 11 · Kaixin Wu, Bojie Hu, Qi Ju

The paper describes the TenTrans’s submissions to the WMT 2021 Efficiency Shared Task. We explore training a variety of smaller compact transformer models using the teacher-student setup. Our model is trained by our self-developed open-source multilingual training platform TenTrans-Py. We also release an open-source high-performance inference toolkit for transformer models and the code is written in C++ completely. All additional optimizations are built on top of the inference engine including attention caching, kernel fusion, early-stop, and several other optimizations. In our submissions, the fastest system can translate more than 22,000 tokens per second with a single Tesla P4 while maintaining 38.36 BLEU on En-De newstest2019. Our trained models and more details are available in TenTrans-Decoding competition examples.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Vocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

stEnTrans: Transformer-based deep learning for spatial transcriptomics enhancement

2024-07-11 · Shuailin Xue, Fangfang Zhu, Changmiao Wang, Wenwen Min

The spatial location of cells within tissues and organs is crucial for the manifestation of their specific functions.Spatial transcriptomics technology enables comprehensive measurement of the gene expression patterns in…

Deep LearningSelf-Supervised Learning

TenTrans Multilingual Low-Resource Translation System for WMT21 Indo-European Languages Task

2021-11-01 · WMT (EMNLP) 2021 11 · Han Yang, Bojie Hu, Wanying Xie, Ambyera Han 외

This paper describes TenTrans’ submission to WMT21 Multilingual Low-Resource Translation shared task for the Romance language pairs. This task focuses on improving translation quality from Catalan to Occitan, Romanian an…

Transfer LearningTranslation

TencentFmRD Neural Machine Translation for WMT18

2018-10-01 · WS 2018 10 · Bojie Hu, Ambyer Han, Shen Huang

This paper describes the Neural Machine Translation (NMT) system of TencentFmRD for Chinese↔English news translation tasks of WMT 2018. Our systems are neural machine translation systems trained with our original system …

Machine TranslationNMTRerankingTranslation

TenTrans Large-Scale Multilingual Machine Translation System for WMT21

2021-11-01 · WMT (EMNLP) 2021 11 · Wanying Xie, Bojie Hu, Han Yang, Dong Yu 외

This paper describes TenTrans large-scale multilingual machine translation system for WMT 2021. We participate in the Small Track 2 in five South East Asian languages, thirty directions: Javanese, Indonesian, Malay, Taga…

Knowledge DistillationMachine TranslationTranslation

SAMP: A Model Inference Toolkit of Post-Training Quantization for Text Processing via Self-Adaptive Mixed-Precision

2022-09-19 · Rong Tian, Zijing Zhao, Weijie Liu, Haoyan Liu 외

The latest industrial inference engines, such as FasterTransformer and TurboTransformers, have verified that half-precision floating point (FP16) and 8-bit integer (INT8) quantization can greatly improve model inference …

Quantization