ggml-org/llama.cpp

Request: Nougat OCR Integration

Aberta

#3.294 aberto em 21 de set. de 2023

 (8 comentários) (13 reações) (0 responsável)C++ (21.812 forks)batch import
help wantedmodel

Métricas do repositório

Stars
 (124.339 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 8h) (389 fundiu PRs em 30d)

Description

Request: Nougat OCR Integration

I suggest adding Nougat OCR into llama.cpp to enable the processing of scientific PDF documents. This can act as a first step towards adding multimodal models to this project!

Implementation: It seems that Nougat is based on standard transformer architecture (like Bart and Swin Transformer) and most of the work would be on figuring out how to add the image processing.

Let me know what you think! P.S.: Love this repo! I hope to add my own retrieval-pretrained transformer at some point to this repo.

Guia do colaborador