{
    "framework": {
        "name": "Model Openness Framework",
        "version": "1.0",
        "date": "2024-12-15"
    },
    "release": {
        "name": "FORGE",
        "date": "2024-11-15",
        "producer": "Oak Ridge National Lab",
        "repository": "https://github.com/at-aaims/forge",
        "huggingface": "",
        "license": [],
        "components": [
            {
                "name": "Data preprocessing code",
                "description": "Code for data cleansing, normalization, and augmentation",
                "license": "unlicensed"
            },
            {
                "name": "Training code",
                "description": "Code used for training the model",
                "license": "unlicensed"
            },
            {
                "name": "Inference code",
                "description": "Code used for running the model to make predictions",
                "license": "unlicensed"
            },
            {
                "name": "Evaluation code",
                "description": "Code used for evaluating the model",
                "license": "unlicensed"
            },
            {
                "name": "Supporting libraries and tools",
                "description": "Libraries and tools used in the model's development",
                "license": "unlicensed"
            },
            {
                "name": "Model parameters (Final)",
                "description": "Trained model parameters, weights and biases",
                "license": "unlicensed"
            },
            {
                "name": "Datasets",
                "description": "Training, validation and testing datasets used for the model",
                "license": "Component not included but listed sources"
            },
            {
                "name": "Research paper",
                "description": "Research paper detailing the development and capabilities of the model",
                "license": "unlicensed"
            },
            {
                "name": "Evaluation results",
                "description": "The results from evaluating the model",
                "license": "unlicensed"
            }
        ]
    }
}