paper-with-me

홈 › Papers

Training Tips for the Transformer Model

2018-04-01 · Martin Popel, Ondřej Bojar

This article describes our experiments in neural machine translation using the recent Tensor2Tensor framework and the Transformer sequence-to-sequence model (Vaswani et al., 2017). We examine some of the critical parameters that affect the final translation quality, memory usage, training stability and training time, concluding each experiment with a set of recommendations for fellow researchers. In addition to confirming the general mantra "more data and larger models", we address scaling to multiple GPUs and provide practical tips for improved training regarding batch size, learning rate, warmup steps, maximum sentence length and checkpoint averaging. We hope that our observations will allow others to get better results given their particular hardware and data constraints.

📄 PDF Abstract BibTeX arXiv:1804.00247

Code (4)

tensorflow/tensor2tensor 공식 구현 tf
awsm-research/autotransform-replication tf
caoyujiALgLM/NLP tf
gavincaoyuji/NLP tf

Tasks

Machine TranslationmodelSentenceTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Integrating Inductive Biases in Transformers via Distillation for Financial Time Series Forecasting

2026-03-17 · Yu-Chen Den, Kuan-Yu Chen, Kendro Vincent, Darby Tien-Hao Chang arxiv

Transformer-based models have been widely adopted for time-series forecasting due to their high representational capacity and architectural flexibility. However, many Transformer variants implicitly assume stationarity a…

Time Series ForecastingKnowledge Distillation

Coarse-to-Fine Learning for Multi-Pipette Localisation in Robot-Assisted In Vivo Patch-Clamp

2025-03-31 · Lan Wei, Gema Vera Gonzalez, Phatsimo Kgwarae, Alexander Timms 외

In vivo image-guided multi-pipette patch-clamp is essential for studying cellular interactions and network dynamics in neuroscience. However, current procedures mainly rely on manual expertise, which limits accessibility…

Generative Adversarial Network

TIPS: Turn-Level Information-Potential Reward Shaping for Search-Augmented LLMs

2026-03-11 · Yutao Xie, Nathaniel Thomas, Nicklas Hansen, Yang Fu 외 arxiv

Search-augmented large language models (LLMs) trained with reinforcement learning (RL) have achieved strong results on open-domain question answering (QA), but training still remains a significant challenge. The optimiza…

Open-Domain Question AnsweringReinforcement Learning

TIPS: Topologically Important Path Sampling for Anytime Neural Networks

2023-05-13 · Guihong Li, Kartikeya Bhardwaj, Yuedong Yang, Radu Marculescu

Anytime neural networks (AnytimeNNs) are a promising solution to adaptively adjust the model complexity at runtime under various hardware resource constraints. However, the manually-designed AnytimeNNs are biased by desi…

TIPS: Threat Actor Informed Prioritization of Applications using SecEncoder

2024-11-12 · Muhammed Fatih Bulut, Acar Tamersoy, Naveed Ahmad, Yingqi Liu 외

This paper introduces TIPS: Threat Actor Informed Prioritization using SecEncoder, a specialized language model for security. TIPS combines the strengths of both encoder and decoder language models to detect and prioriti…

DecoderLanguage ModelingLanguage Modelling