WIP: Proposed CycloneDX v2.0 additions to the AI/ML property Taxonomy - #175
Open
mrutkows wants to merge 8 commits into
Open
WIP: Proposed CycloneDX v2.0 additions to the AI/ML property Taxonomy#175mrutkows wants to merge 8 commits into
mrutkows wants to merge 8 commits into
Conversation
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
jkowalleck
requested changes
Jul 22, 2026
|
|
||
| | Property | Description | | ||
| | -------- | ----------- | | ||
| | `cdx:ai-ml:model:tokenizer` | Mark a component as a (model) tokenizer. _Boolean value_. </br> This property MAY appear once. | |
Member
There was a problem hiding this comment.
why is cdx:ai-ml:model:tokenizer under cdx:ai-ml:model:language Namespace Taxonomy ?
It is supposed to be under cdx:ai-ml:model Namespace Taxonomy
Contributor
Author
There was a problem hiding this comment.
Good catch Jan, I broke it back out as its own property table (as it appeared before this PR) and added an example as well.
jkowalleck
reviewed
Jul 29, 2026
| ``` | ||
|
|
||
| ### Example: Using multiple `cdx:ai-ml:model:language` | ||
| ### `cdx:ai-ml:model:language` Namespace Taxonomy |
Member
There was a problem hiding this comment.
somehow, this makes no sense.
the namespace is cdx:ai-ml:model:tokenizer and the properties are cdx:ai-ml:model:*
| | `cdx:ai-ml:model:parameter:count` | Total number of learned parameters for the model. This reflects the model's design and structure (e.g., number of layers in a neural network, nodes, and connectivity). </br> The value SHOULD use the industry-standard naming convention of number followed by one of the letters: `M` (Million), `B` (Billion) or `T` (Trillion). This property MAY appear once. | | ||
| | `cdx:ai-ml:model:parameter:tune_method` | Describes how the model was fine-tuned on or adapted to new data. Value SHOULD be of industry-standard keywords such as those [listed in the section below](#names-of-industry-standard-fine-tuning-methods). Value MUST be a single keyword (e.g., `lora`) or a comma separated list of keywords (e.g., `sft,rlhf`). </br> This property MAY appear multiple times. | | ||
| | `cdx:ai-ml:model:parameter:count` | Total number of learned parameters for the model. This reflects the model's design and structure (e.g., number of layers in a neural network, nodes, and connectivity). </br> The value SHOULD use the industry-standard naming convention of number followed by one of the letters: `M` (Million), `B` (Billion) or `T` (Trillion). May appear once. | | ||
| | `cdx:ai-ml:model:parameter:tune_method` | Describes how the model was fine-tuned on or adapted to new data. This property MAY appear multiple times. Value SHOULD be of industry-standard keywords such as those [listed in the section below](#names-of-industry-standard-fine-tuning-methods). Value MUST be a single keyword (e.g., `lora`) or a comma separated list of keywords (e.g., `sft,rlhf`). </br> This property MAY occur multiple times. | |
Member
There was a problem hiding this comment.
This property MAY appear multiple times.
and
This property MAY occur multiple times.
this are duplicates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See proposed CycloneDX v2.0 AI/ML JSON schema (proposed): CycloneDX/specification#948