cdx-proto
    Preparing search index...

    Type Alias ModelCard_ModelCardConsiderations

    ModelCard_ModelCardConsiderations: Message<
        "cyclonedx.v1_5.ModelCard.ModelCardConsiderations",
    > & {
        ethicalConsiderations: cdx_15.ModelCard_ModelCardConsiderations_EthicalConsiderations[];
        fairnessAssessments: cdx_15.ModelCard_ModelCardConsiderations_FairnessAssessments[];
        performanceTradeoffs: string[];
        technicalLimitations: string[];
        useCases: string[];
        users: string[];
    }

    Type declaration

    • ethicalConsiderations: cdx_15.ModelCard_ModelCardConsiderations_EthicalConsiderations[]

      What are the ethical (or environmental) risks involved in the application of this model?

      from field: repeated cyclonedx.v1_5.ModelCard.ModelCardConsiderations.EthicalConsiderations ethicalConsiderations = 5;

    • fairnessAssessments: cdx_15.ModelCard_ModelCardConsiderations_FairnessAssessments[]

      How does the model affect groups at risk of being systematically disadvantaged? What are the harms and benefits to the various affected groups?

      from field: repeated cyclonedx.v1_5.ModelCard.ModelCardConsiderations.FairnessAssessments fairnessAssessments = 6;

    • performanceTradeoffs: string[]

      What are the known tradeoffs in accuracy/performance of the model?

      from field: repeated string performanceTradeoffs = 4;

    • technicalLimitations: string[]

      What are the known technical limitations of the model? E.g. What kind(s) of data should the model be expected not to perform well on? What are the factors that might degrade model performance?

      from field: repeated string technicalLimitations = 3;

    • useCases: string[]

      What are the intended use cases of the model?

      from field: repeated string useCases = 2;

    • users: string[]

      Who are the intended users of the model?

      from field: repeated string users = 1;

    from message cyclonedx.v1_5.ModelCard.ModelCardConsiderations