Collection of examples on models and related topics.
1-decoding-strategies.ipynb
: here we show how to use different decoding strategies at inference time, such as greedy evaluation, beam search, and various sampling methods including top-k and nucleus sampling.2-transductive-methods.ipynb
: here we show how to use transductive methods (i.e. online / test time optimization) such as EAS.3-change-encoder.ipynb
: here we show how to change the encoder of a model.