Yiming Qian
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,5 @@ pipeline_tag: feature-extraction
|
|
8 |
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.
|
9 |
|
10 |
Please use the following code to parse PDF.
|
|
|
11 |
|
|
|
8 |
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.
|
9 |
|
10 |
Please use the following code to parse PDF.
|
11 |
+
[pdf_parser.py](https://huggingface.co/astar-yiming/LlamaPDF/blob/main/pdf_parser.py)
|
12 |
|