Closed acDante closed 1 month ago
Hi @acDante, thanks for the information! We have fixed the error on the Hugging Face side. Please try again and see if it has been resolved.
Hi @yilunzhao, thanks very much for your prompt reply! It works now! There is a minor error in the example code (i.e. the key name should be "complong_testmini" instead of "complong-testmini") I am wondering how you processed the texts and tables in the document. Do you store each table separately as a single string in the paragraphs? (or a single string may include both table and text?)
Thanks for your question! For short-context setting (i.e., SimpShort and CompShort), the paragraphs contain a single string that includes both text and tables. For long-context setting (i.e., CompShort and CompLong), we separate the text and table strings in the paragraphs.
Hi I am trying to download your dataset from Huggingface with your example code, but got the following error when the script was downloading the complong_testmini set. Do you know how to resolve this issue?