Daniel B
Daniel B
**Proposal** Separate from base models, models can have a long linage or multiple parent models. The practitioners we spoke with thought it would be helpful to allow listing one or...
**Proposal** Add a "model type" field to the model card block that allows uses to input common 'types' of distinguishing models, such as "text-generation", "image-to-text", etc. These are standard on...
**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...
**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....
Proposal: based on research of model cards across HuggingFace, Google, and Meta, there seem to be a common way of breaking down usage: "direct/intended use," "out of scope" usage, and...
Proposal: ML models have lineages as well, like software libraries. They almost always have a base (aka foundation) model, and may have a parent model that's different from the original...
Proposal: add a list of model libraries/dependencies that exist for a given ML model. This captures one of the most important pieces of information: what primary ML library a model...
#### What would you like to be added: When I generate an SBOM for either a filesystem or a container, I want to be able to see the dependency hierarchy...
**Please provide a set of steps on how to reproduce the issue** 1. Built a container with a base image including debian scripts: ``` FROM debian:bullseye-slim as final ARG BUILD_ARCH...