You've already forked DataMate
add export type settings and enhance metadata structure (#181)
* fix(session): enhance database connection settings with pool pre-ping and recycle options * feat(metadata): add export type settings and enhance metadata structure * fix(base_op): improve sample handling by introducing target_type key and consolidating text/data retrieval logic * feat(metadata): add export type settings and enhance metadata structure * feat(metadata): add export type settings and enhance metadata structure
This commit is contained in:
@@ -4,9 +4,9 @@ language: 'python'
|
||||
vendor: 'huawei'
|
||||
raw_id: 'TestMapper'
|
||||
version: '1.0.0'
|
||||
modal: 'text'
|
||||
inputs: 'text'
|
||||
outputs: 'text'
|
||||
modal: 'text' # text/image/audio/video/multimodal
|
||||
inputs: 'text' # text/image/audio/video/multimodal
|
||||
outputs: 'text' # text/image/audio/video/multimodal
|
||||
settings:
|
||||
sliderTest:
|
||||
name: '滑窗测试'
|
||||
|
||||
Reference in New Issue
Block a user