From f3023dbecc72cd3b2eaaae2e5013e09db88d9cd6 Mon Sep 17 00:00:00 2001 From: xiey Date: Wed, 19 Apr 2023 10:48:33 +0800 Subject: [PATCH] [MNT] semantic spec change from "Tabular" to "Table" --- learnware/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learnware/config.py b/learnware/config.py index 2580b5c..4d2e0ea 100644 --- a/learnware/config.py +++ b/learnware/config.py @@ -67,7 +67,7 @@ os.makedirs(DATABASE_PATH, exist_ok=True) semantic_config = { "Data": { - "Values": ["Tabular", "Image", "Video", "Text", "Audio"], + "Values": ["Table", "Image", "Video", "Text", "Audio"], "Type": "Class", }, # Choose only one class "Task": {