{
    "framework": {
        "name": "Model Openness Framework",
        "version": "1.0",
        "date": "2024-12-15"
    },
    "release": {
        "name": "Llama-3.1-8B",
        "date": "2025-05-26",
        "producer": "Meta",
        "repository": "https://github.com/meta-llama/llama-models",
        "huggingface": "https://huggingface.co/meta-llama/Llama-3.1-8B",
        "license": {
            "distribution": {
                "name": "Llama 3.1 Community License Agreement",
                "path": "https://www.llama.com/llama3_1/license/"
            }
        },
        "components": [
            {
                "name": "Model architecture",
                "description": "Well commented code for the model's architecture"
            },
            {
                "name": "Inference code",
                "description": "Code used for running the model to make predictions"
            },
            {
                "name": "Supporting libraries and tools",
                "description": "Libraries and tools used in the model's development"
            },
            {
                "name": "Model parameters (Final)",
                "description": "Trained model parameters, weights and biases"
            },
            {
                "name": "Evaluation data",
                "description": "Data used for evaluating the model",
                "license": "unlicensed"
            },
            {
                "name": "Model card",
                "description": "Model details including performance metrics, intended use, and limitations"
            },
            {
                "name": "Technical report",
                "description": "Technical report detailing capabilities and usage instructions for the model",
                "license": "unlicensed",
                "component_path": "https://ai.meta.com/blog/meta-llama-3-1/"
            },
            {
                "name": "Research paper",
                "description": "Research paper detailing the development and capabilities of the model",
                "license": "arXiv.org perpetual, non-exclusive license 1.0",
                "component_path": "https://arxiv.org/abs/2407.21783"
            },
            {
                "name": "Evaluation results",
                "description": "The results from evaluating the model"
            }
        ]
    }
}