File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Convert scientific posters (PDF/images) to structured JSON metadata using Large
5959
6060The pipeline uses:
6161
62- - [ ** Llama-3.1-8B-Poster-Extraction** ] ( https://huggingface.co/jimnoneill /Llama-3.1-8B-Poster-Extraction ) for JSON structuring
62+ - [ ** Llama-3.1-8B-Poster-Extraction** ] ( https://huggingface.co/fairdataihub /Llama-3.1-8B-Poster-Extraction ) for JSON structuring
6363- ** Qwen2-VL-7B** for vision-based OCR of image posters
6464- ** pdfalto** for layout-aware PDF text extraction
6565
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Technical architecture and methodology for poster2json.
2222
2323### Llama 3.1 8B Poster Extraction
2424
25- ** Model** : [ jimnoneill /Llama-3.1-8B-Poster-Extraction] ( https://huggingface.co/jimnoneill /Llama-3.1-8B-Poster-Extraction )
25+ ** Model** : [ fairdataihub /Llama-3.1-8B-Poster-Extraction] ( https://huggingface.co/fairdataihub /Llama-3.1-8B-Poster-Extraction )
2626
2727Fine-tuned version of Meta's Llama 3.1 8B Instruct for scientific poster metadata extraction:
2828
@@ -173,7 +173,7 @@ poster2json/
173173### Model Configuration
174174
175175``` python
176- JSON_MODEL_ID = " jimnoneill /Llama-3.1-8B-Poster-Extraction"
176+ JSON_MODEL_ID = " fairdataihub /Llama-3.1-8B-Poster-Extraction"
177177VISION_MODEL_ID = " Qwen/Qwen2-VL-7B-Instruct"
178178MAX_JSON_TOKENS = 18000
179179MAX_RETRY_TOKENS = 24000
Original file line number Diff line number Diff line change 3838)
3939
4040# Model configuration
41- JSON_MODEL_ID = "jimnoneill /Llama-3.1-8B-Poster-Extraction"
41+ JSON_MODEL_ID = "fairdataihub /Llama-3.1-8B-Poster-Extraction"
4242VISION_MODEL_ID = "Qwen/Qwen2-VL-7B-Instruct"
4343
4444# Token limits
You can’t perform that action at this time.
0 commit comments