CycloneDX / CycloneDX/specification

Add field for `Components.modelCard.baseModel`

Open
#341 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
XSLT
Stars
547
Forks
93
Avg merge
7h 11m
Merged PRs (30d)
37

Description

**Proposal**
Base (aka foundation) models are one of the most important pieces of information to know about a given model, according to our research with dozens of AI/ML practitioners. Knowing whether a model is based on Llama2 or Stable-DIffusion or an unknown model that is worth investigating further before determining whether one can trust the current model.

**Details**
FieldName: Components.modelCard.baseModel
FieldType: List. Contains sub-fields Name, Version, and Source.
Required: Yes

**Example snippet**

```json
"modelCard" : [
"baseModel": [
"name": "Stable-diffusion-base",
"version": "x1",
"source": "https://huggingface.co/models/stable-diffusion-base-x1"
]
]
```

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.