CycloneDX / CycloneDX/specification
modelCard Input/output descriptions
- Dominant language
- XSLT
- Stars
- 547
- Forks
- 93
- Avg merge
- 7h 11m
- Merged PRs (30d)
- 37
Description
**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**
```json
"modelCard": [
"modelParameters": [
"inputs" : { "description" : "English text" },
"output" : { "description" : "mp3 audio files" }
]
]
```
Contributor guide
Assessment
This issue has not been assessed yet.