Skip to content

Commit

Permalink
Update data_preprocess_SimChart9K.py
Browse files Browse the repository at this point in the history
  • Loading branch information
renqiux0302 authored Mar 20, 2024
1 parent 31e2f63 commit 9293061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from transformers import Pix2StructProcessor


root = " " # this path needs to cover the root of your dataset
root = "./SimChart9K" # this path needs to cover the root of your dataset
save_root = " " # Save path
os.makedirs(save_root, exist_ok=True)

Expand Down

0 comments on commit 9293061

Please sign in to comment.