{
    "framework": {
        "name": "Model Openness Framework",
        "version": "1.0",
        "date": "2024-12-15"
    },
    "release": {
        "name": "DeepSeek-Coder-33B-Base",
        "date": "2025-05-30",
        "producer": "DeepSeek",
        "repository": "https://github.com/deepseek-ai/DeepSeek-Coder",
        "huggingface": "https://huggingface.co/deepseek-ai/deepseek-coder-33b-base",
        "license": {
            "code": {
                "name": "MIT",
                "path": "https://github.com/deepseek-ai/DeepSeek-Coder/blob/main/LICENSE-CODE"
            }
        },
        "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": "Evaluation code",
                "description": "Code used for evaluating the model",
                "component_path": "https://github.com/deepseek-ai/DeepSeek-Coder/tree/main/Evaluation"
            },
            {
                "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",
                "license": "DeepSeek License Agreement"
            },
            {
                "name": "Evaluation data",
                "description": "Data used for evaluating the model",
                "license": "unlicensed",
                "license_path": "https://github.com/deepseek-ai/DeepSeek-Coder/tree/main/Evaluation"
            },
            {
                "name": "Model card",
                "description": "Model details including performance metrics, intended use, and limitations",
                "license": "unlicensed"
            },
            {
                "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/2401.14196"
            },
            {
                "name": "Evaluation results",
                "description": "The results from evaluating the model",
                "license": "arXiv.org perpetual, non-exclusive license 1.0",
                "component_path": "https://arxiv.org/abs/2401.14196"
            }
        ]
    }
}