You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
报错:
line 142, in main
ds = load_dataset_from_excel("./datasets/financial_report/data/ner.xlsx")
NameError: name 'load_dataset_from_excel' is not defined. Did you mean: 'load_dataset_from_jsonl'?
The text was updated successfully, but these errors were encountered:
DB-GPT-Hub/src/dbgpt-hub-nlu/dbgpt_hub_nlu/intent.py:
下面代码的文件缺少:
ds = load_dataset_from_excel("./datasets/financial_report/data/ner.xlsx")
报错:
line 142, in main
ds = load_dataset_from_excel("./datasets/financial_report/data/ner.xlsx")
NameError: name 'load_dataset_from_excel' is not defined. Did you mean: 'load_dataset_from_jsonl'?
The text was updated successfully, but these errors were encountered: