# LocalGlobal

- [CrossFormer: A Versatile Vision Transformer Hinging on Cross-scale Attention](https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/localglobal/001.md)
- [Nested Hierarchical Transformer: Towards Accurate, Data-Efficient and Interpretable Visual Understanding](https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/localglobal/002.md)
- [Neighborhood Attention Transformer](https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/localglobal/003.md)
- [FMMformer: Efficient and Flexible Transformer via Decomposed Near-field and Far-field Attention](https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/localglobal/004.md)
- [Adaptive Attention Span in Transformers](https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/localglobal/005.md)
- [CoLT5: Faster Long-Range Transformers with Conditional Computation](https://doraemonzzz.gitbook.io/transformer_evolution_paper/mha/localglobal/006.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/mha/localglobal.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.
