{
    "framework": {
        "name": "Model Openness Framework",
        "version": "1.0",
        "date": "2024-12-15"
    },
    "release": {
        "name": "Galactica",
        "date": "2025-05-30",
        "producer": "Meta",
        "repository": "https://github.com/paperswithcode/galai/tree/main",
        "huggingface": "https://huggingface.co/facebook/galactica-120b",
        "license": {
            "distribution": {
                "name": "CC-BY-NC-4.0",
                "path": ""
            },
            "code": {
                "name": "Apache-2.0",
                "path": ""
            }
        },
        "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": "Sample model outputs",
                "description": "Examples of outputs generated by the model"
            },
            {
                "name": "Model card",
                "description": "Model details including performance metrics, intended use, and limitations"
            },
            {
                "name": "Research paper",
                "description": "Research paper detailing the development and capabilities of the model",
                "license": "arXiv.org - Non-exclusive license",
                "component_path": "https://arxiv.org/abs/1810.03993"
            },
            {
                "name": "Evaluation results",
                "description": "The results from evaluating the model"
            }
        ]
    }
}