WIP: EU AI Act mapping to AI/ML BOM sections and examples#45
Draft
mrutkows wants to merge 132 commits into
Draft
WIP: EU AI Act mapping to AI/ML BOM sections and examples#45mrutkows wants to merge 132 commits into
mrutkows wants to merge 132 commits into
Conversation
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
Member
|
thank you so much for working on this - highly appreciated. |
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>
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>
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>
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>
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>
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>
| "type": "major", | ||
| "title": "Qwen 7B initial release", | ||
| "timestamp": "2023-08-03T15:30:00Z", | ||
| "notes": { |
There was a problem hiding this comment.
Suggested change
| "notes": { | |
| "notes": [ |
| "text": "United States (US), English release date." | ||
| } | ||
| // ... | ||
| } |
| "type": "machine-learning-model", | ||
| "bom-ref": "pkg:huggingface/Qwen/Qwen-7B@ef3c5c9", | ||
| // ... | ||
| "releaseNotes": [ |
|
|
||
| ## Declaring a model's modalities | ||
|
|
||
| Models are trained to support processing and analysis of one or more types types of input data for specific tasks or data modalities. |
There was a problem hiding this comment.
Suggested change
| Models are trained to support processing and analysis of one or more types types of input data for specific tasks or data modalities. | |
| Models are trained to support processing and analysis of one or more types of input data for specific tasks or data modalities. |
| This section includes discussion and examples of supported AI/ML-related metadata properties that can be used to classify models in their model card information. This method utilizes reserved [AI/ML property names](https://github.com/CycloneDX/cyclonedx-property-taxonomy/cdx/ai-ml.md) registered under the [CycloneDX Property Taxonomy](https://github.com/CycloneDX/cyclonedx-property-taxonomy). | ||
|
|
||
|
|
||
| ## Declaring a model's modalities |
There was a problem hiding this comment.
Suggested change
| ## Declaring a model's modalities | |
| ### Declaring a model's modalities |
It should be inner section?
| } | ||
| ``` | ||
|
|
||
| ## Annotating a model's supported languages |
There was a problem hiding this comment.
Suggested change
| ## Annotating a model's supported languages | |
| ### Annotating a model's supported languages |
It should be inner section?
| * **properties** - The `value` reflects the set (list) of ISO ISO 639-1 language codes the model was trained to on and thus capable of understanding as input and generating as output. | ||
|
|
||
|
|
||
| ## Providing free-form tags for search |
There was a problem hiding this comment.
Suggested change
| ### Providing free-form tags for search |
It should be inner section?
| * **properties** - The tag values shown above might be used to search for models in a catalog that are compatible with the `pytorch` framework and (the Hugging Face) `transformers` library. The `text-to-speech` and `speech-to-speech` tags could identify the model with those input/output capabilities. | ||
|
|
||
|
|
||
| ## Providing a model's usage policy |
There was a problem hiding this comment.
Suggested change
| ## Providing a model's usage policy | |
| ### Providing a model's usage policy |
It should be inner section?
|
|
||
| > **Note**: The "manufacturing" information may be included within the ML-BOM itself or provided as a separate MBOM and cross-linked to each other using the CycloneDX `BOMLink` (see [BOM-Link](https://cyclonedx.org/capabilities/bomlink/) documentation). | ||
|
|
||
| #### Declaring hardware and software training components |
There was a problem hiding this comment.
Suggested change
| ### Declaring hardware and software training components |
| * [Declaring a model's modalities](#declaring-a-models-modalities) | ||
| * [Annotating a model's supported languages](#annotating-a-models-supported-languages) | ||
| * [Providing a model's usage policy](#providing-a-models-usage-policy) | ||
| * [Providing free-form tags for search](#providing-free-form-tags-for-search) |
There was a problem hiding this comment.
Suggested change
| * [Providing free-form tags for search](#providing-free-form-tags-for-search) | |
| * [Providing free-form tags for search](#providing-free-form-tags-for-search) | |
| * [Providing a model's usage policy](#providing-a-models-usage-policy) |
Below the sections are in this order
| } | ||
| } | ||
| ], | ||
| "releaseNotes": [ |
There was a problem hiding this comment.
Suggested change
| "releaseNotes": [ | |
| "releaseNotes": { |
| } | ||
| ], | ||
| "releaseNotes": [ | ||
| { |
| "type": "major", | ||
| "title": "Qwen 7B initial release", | ||
| "timestamp": "2023-08-03T15:30:00Z", | ||
| "notes": { |
There was a problem hiding this comment.
Suggested change
| "notes": { | |
| "notes": [ |
| "text": "United States (US), English release date." | ||
| } | ||
| // ... | ||
| } |
| // ... | ||
| } | ||
| } | ||
| ], |
saquibsaifee
approved these changes
May 21, 2026
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.

No description provided.