CycloneDX / CycloneDX/specification

modelCard Input/output descriptions

Open
#343 1 comment 0 reactions 1 assignee Claimed by @stevespringett View on GitHub
cap: ai/ml proposed core enhancement
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.