Browse Source

[MNT] semantic spec change from "Tabular" to "Table"

tags/v0.3.2
xiey 3 years ago
parent
commit
f3023dbecc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      learnware/config.py

+ 1
- 1
learnware/config.py View File

@@ -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": {


Loading…
Cancel
Save