# Pretrain

- [XLNet Generalized Autoregressive Pretraining for Language Understanding](https://doraemonzzz.gitbook.io/transformer_evolution_paper/pretrain/001.md)
- [Transcormer Transformer for Sentence Scoring with Sliding Language Modeling](https://doraemonzzz.gitbook.io/transformer_evolution_paper/pretrain/002.md)
- [Optimus Organizing Sentences via Pre-trained Modeling of a Latent Space](https://doraemonzzz.gitbook.io/transformer_evolution_paper/pretrain/003.md)
- [ELECTRA Pre-training Text Encoders as Discriminators Rather Than Generators](https://doraemonzzz.gitbook.io/transformer_evolution_paper/pretrain/004.md)
- [Cramming: Training a Language Model on a Single GPU in One Day](https://doraemonzzz.gitbook.io/transformer_evolution_paper/pretrain/005.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doraemonzzz.gitbook.io/transformer_evolution_paper/pretrain.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
