{
    "framework": {
        "name": "Model Openness Framework",
        "version": "1.0",
        "date": "2024-12-15"
    },
    "release": {
        "name": "Granite-8B-Code-Instruct",
        "date": "2025-05-08",
        "producer": "IBM",
        "repository": "https://github.com/ibm-granite/granite-code-models",
        "huggingface": "https://huggingface.co/ibm-granite/granite-8b-code-instruct-4k",
        "license": {
            "distribution": {
                "name": "Apache-2.0",
                "path": ""
            }
        },
        "components": [
            {
                "name": "Model architecture",
                "description": "Well commented code for the model's architecture"
            },
            {
                "name": "Model parameters (Final)",
                "description": "Trained model parameters, weights and biases"
            },
            {
                "name": "Model parameters (Intermediate)",
                "description": "Trained model parameters, weights and biases"
            },
            {
                "name": "Datasets",
                "description": "Training, validation and testing datasets used for the model",
                "license": "MIT"
            },
            {
                "name": "Model metadata",
                "description": "Any model metadata including training configuration and optimizer states"
            },
            {
                "name": "Model card",
                "description": "Model details including performance metrics, intended use, and limitations"
            },
            {
                "name": "Data card",
                "description": "Documentation for datasets including source, characteristics, and preprocessing details"
            },
            {
                "name": "Research paper",
                "description": "Research paper detailing the development and capabilities of the model",
                "license": "CC-BY-4.0",
                "component_path": "https://arxiv.org/abs/2405.04324"
            },
            {
                "name": "Evaluation results",
                "description": "The results from evaluating the model"
            }
        ]
    }
}