Contents¶
Getting Started
FAQ
- FAQ
- How do I use my v2 models in v3 ?
- How do I train the Transformer model?
- Performance tips
- Do you support multi-gpu?
- How do I use Pretrained embeddings (e.g. GloVe)?
- How can I ensemble Models at inference?
- How can I weight different corpora at training?
- How can I apply on-the-fly tokenization and subword regularization when training?
- What are the readily available on-the-fly data transforms?
- How can I create custom on-the-fly data transforms?
- Can I get word alignments while translating?
- How can I update a checkpoint’s vocabulary?
- How can I use source word features?
- How can I set up a translation server ?
Scripts
- Build Vocab
- Configuration
- Data
- Vocab
- Transform/SwitchOut
- Transform/Token_Drop
- Transform/Token_Mask
- Transform/FuzzyMatching
- Transform/Normalize
- Transform/Uppercase
- Transform/Subword/Common
- Transform/Subword/ONMTTOK
- Transform/Filter
- Transform/Prefix
- Transform/Suffix
- Transform/BART
- Transform/InferFeats
- Reproducibility
- Train
- Configuration
- Data
- Vocab
- Pruning
- Embeddings
- Transform/SwitchOut
- Transform/Token_Drop
- Transform/Token_Mask
- Transform/FuzzyMatching
- Transform/Normalize
- Transform/Uppercase
- Transform/Subword/Common
- Transform/Subword/ONMTTOK
- Transform/Filter
- Transform/Prefix
- Transform/Suffix
- Transform/BART
- Transform/InferFeats
- Model-Embeddings
- Model-Embedding Features
- Model- Task
- Model- Encoder-Decoder
- Model- Attention
- Model - Alignement
- Generator
- General
- Reproducibility
- Initialization
- Optimization- Type
- Optimization- Rate
- Logging
- Dynamic data
- Translate
- Configuration
- Model
- Data
- Beam Search
- Random Sampling
- Reproducibility
- Penalties
- Decoding tricks
- Logging
- Efficiency
- Transform/SwitchOut
- Transform/Token_Drop
- Transform/Token_Mask
- Transform/FuzzyMatching
- Transform/Normalize
- Transform/Uppercase
- Transform/Subword/Common
- Transform/Subword/ONMTTOK
- Transform/Filter
- Transform/Prefix
- Transform/Suffix
- Transform/BART
- Transform/InferFeats
- Server
API