File size: 392 Bytes
3b1a72a c851c3e 356589e |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
---
license: apache-2.0
language:
- en
pipeline_tag: feature-extraction
---
It is a model based on quantized LLAMA 3 8B. The goal of this model is designed to parse PDF into markdown format documents. It provides an initial parsing service to the RAG system.
Please use the following code to parse PDF.
[pdf_parser.py](https://huggingface.co/astar-yiming/LlamaPDF/blob/main/pdf_parser.py)
|