Skip to content

Commit

Permalink
feat(ifr): context
Browse files Browse the repository at this point in the history
  • Loading branch information
tgenaitay committed Sep 20, 2024
1 parent 58b02a4 commit 9ddcda9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ categories:
| Provider | [Mistral](https://mistral.ai/technology/#models) |
| Model Name | `pixtral-12b-2409` |
| Compatible Instances | H100, H100-2 (bf16) |
| Context size | TBDk tokens |
| Context size | 128k tokens |

## Model name

Expand All @@ -43,7 +43,7 @@ Pixtral is open-weight and distributed under the Apache 2.0 license.
## Why is it useful?

- Pixtral allows you to process real world and high resolution images, unlocking capacities such as transcribing handwritten files or payment receipts, extracting information from graphs, captioning images, etc.
- It offers large context window of up to TBDk tokens, particularly useful for RAG applications
- It offers large context window of up to 128k tokens, particularly useful for RAG applications
- Pixtral supports variable image sizes and types: PNG (.png), JPEG (.jpeg and .jpg), WEBP (.webp), as well as non-animated GIF with only one frame (.gif)

<Message type="note">
Expand Down

0 comments on commit 9ddcda9

Please sign in to comment.