File size: 930 Bytes
5b41da1 d96dba0 5b41da1 d96dba0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
pipeline_tag: question-answering
---
# Arctic-TILT
**Arctic-TILT** is a state-of-the-art, sub-billion parameter model for Document Understanding. It is designed for high efficiency and long-context processing, achieving performance on par with models 1000x its size on a single 24GB GPU.
* **GitHub Repository (Code & Examples):** [Snowflake-Labs/arctic-tilt](https://github.com/Snowflake-Labs/arctic-tilt)
* **Paper:** [Arctic-TILT: Business Document Understanding at Sub-Billion Scale](https://aclanthology.org/2025.acl-industry.20/).
## Model Details
* **Model type:** Encoder-Decoder Transformer
* **Parameters:** 822M
* **Core Task:** Document AI (Question Answering, Key Information Extraction)
## How to Use
This model is optimized for use with `vLLM` and requires a custom scheduler and preprocessor. The `TiltPreprocessor` is available in the [GitHub repository](https://github.com/Snowflake-Labs/arctic-tilt). |