-
Hi @ChWick @andbue!
Thanks for this amazing project. I am using calamari as part of a data extraction task for tables in mid 20th century documents. Specifically I run calamari on the (single line)…
-
**Inference:**
```bash
CUDA_VISIBLE_DEVICES=0 swift infer --model_type got-ocr2 --model_id_or_path stepfun-ai/GOT-OCR2_0
```
```
-
### New Feature Summary
We now have a fair number of batches in the `batches` directory, and many of them used in various evaluation effort in `aapb-evaluaions` repo. To find out for which evaluation…
-
Deepspeed 软件版本: 0.15.2
Transformers: 4.45.2
训练命令: deepspeed GOT/train/train_GOT.py --deepspeed zero_config/zero2.json --model_name_or_path /home/GOT-OCR2.0/GOT-OCR-2.0-master/GOT_weights --…
-
https://arxiv.org/abs/2409.01704
https://github.com/Ucas-HaoranWei/GOT-OCR2.0
-
https://code.google.com/archive/p/isri-ocr-evaluation-tools/
https://sourceforge.net/projects/isri-ocr-evaluation-tools-alt/files/
https://groups.google.com/g/tesseract-dev/c/PBPHsyOm3SE
-
用readme里面给的训练脚本:
deepspeed GOT/train/train_GOT.py \
--deepspeed zero_config/zero2.json --model_name_or_path ./GOT_weights/ \
--use_im_start_end True \
--bf16 True \
--gradient_accumu…
-
Hello Bartzi
I try to run evaluation SVHN and i get this error:
![Screenshot from 2020-08-17 13-49-29](https://user-images.githubusercontent.com/58130773/90377274-fc91ee00-e0a1-11ea-8756-d2f165cace…
-
我运行了demo,但是报模型错误。
Traceback (most recent call last):
File "/Users/mengbin/Documents/study/python/FashionAI_KeyPoint_Detection_Challenge_Keras/src/top/demo.py", line 56, in
demo(args.modelf…
-
!swift sft \
--model_type got-ocr2 \
--model_id_or_path stepfun-ai/GOT-OCR2_0 \
--sft_type lora \
--dataset /kaggle/working/output_data.json \
--output_dir /kaggle/working/hindi_got_model_3 \
--…