Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
tags:
|
| 4 |
-
- text-to-text
|
| 5 |
-
- document-understanding
|
| 6 |
-
- document-ai
|
| 7 |
-
- question-answering
|
| 8 |
-
library_name: vllm
|
| 9 |
-
pipeline_tag: text2text-generation
|
| 10 |
---
|
| 11 |
|
| 12 |
# Arctic-TILT
|
|
@@ -24,4 +17,4 @@ pipeline_tag: text2text-generation
|
|
| 24 |
|
| 25 |
## How to Use
|
| 26 |
|
| 27 |
-
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).
|
|
|
|
| 1 |
---
|
| 2 |
+
pipeline_tag: question-answering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# Arctic-TILT
|
|
|
|
| 17 |
|
| 18 |
## How to Use
|
| 19 |
|
| 20 |
+
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).
|