specification icon indicating copy to clipboard operation
specification copied to clipboard

modelCard Input/output descriptions

Open bardenstein opened this issue 2 years ago • 1 comments

Goals As someone who may be reviewing MLBOMs in the future, I don't only want to know the format of each input and output, but what actual inputs/outputs are provided. E.g., rather than saying "text" or "binary", the BOM would tell me that model1 inputs text descriptions and outputs images, or model2 takes in images and outputs PDF files, etc.

Details FieldNames: Components.modelCard.modelParameters.inputs.description, Components.modelCard.modelParameters.outputs.description

Required: No

Snippet

"modelCard": [
     "modelParameters": [
           "inputs" : { "description" : "English text" },
           "output" : { "description" : "mp3 audio files" }
     ]
]

bardenstein avatar Nov 17 '23 15:11 bardenstein

This may need a bit of design work. Moving to v1.7 to give us time to review the proposal and design a solution. Will need to take into consideration multimodal as well.

stevespringett avatar Mar 05 '24 22:03 stevespringett