AlibabaResearch / DAMO-ConvAI

DAMO-ConvAI: The official repository which contains the codebase for Alibaba DAMO Conversational AI.
MIT License
1.15k stars 185 forks source link

proton #17

Closed ddd146 closed 1 year ago

ddd146 commented 1 year ago

According to README.md, when Preprocess dataset, there is a problem, as follows: image But the “tables.bin” does not exist in the original spider dataset. Thank you!

eyuansu62 commented 1 year ago

Thanks for your question. In order to control the generation of "tables.bin", we have two arguments: "--raw_table_path ${table_data}" and "--table_path ${table_out}". "${table_data}" refers to "table.json" and "${table_out}" refers to "table.bin". These arguments can be found in the "run_processing.sh" file. The generation of "${table_out}" depends on the presence of "${table_data}". If "${table_data}" is not provided, "${table_out}" will not be generated. Could you please confirm whether you have provided "${table_data}"?

ddd146 commented 1 year ago

Thank you for your answer! I have provided the original ${ table _ data }" of the spider dataset as follows:

丁可欣 @.***

 

------------------ 原始邮件 ------------------ 发件人: "AlibabaResearch/DAMO-ConvAI" @.>; 发送时间: 2023年3月7日(星期二) 中午11:35 @.>; @.**@.>; 主题: Re: [AlibabaResearch/DAMO-ConvAI] proton (Issue #17)

Thanks for your question. In order to control the generation of "tables.bin", we have two arguments: "--raw_table_path ${table_data}" and "--table_path ${table_out}". "${table_data}" refers to "table.json" and "${table_out}" refers to "table.bin". These arguments can be found in the "run_processing.sh" file. The generation of "${table_out}" depends on the presence of "${table_data}". If "${table_data}" is not provided, "${table_out}" will not be generated. Could you please confirm whether you have provided "${table_data}"?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

huybery commented 1 year ago

@ddd146 could you provide more detailed information ?