Skip to content

CVxTz/doc-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doc-llm

Env Setup

Torch

conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia

Other libs:

pip install -r requirements.txt
pip install -e .

Code

A large part of the code is copied with small modification from https://huggingface.co/OpenGVLab/Mini-InternVL-Chat-2B-V1-5 as InternVL is not yet available as a library.

Datasets

SROIE Dataset

https://www.kaggle.com/datasets/urbikn/sroie-datasetv2/data

Run

Download the data and save in a folder like ~/Data/SROIE2019 Then you can run bash scripts/run.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published