{
    "framework": {
        "name": "Model Openness Framework",
        "version": "1.0",
        "date": "2024-12-15"
    },
    "release": {
        "name": "SEA-LION",
        "date": "2024-11-15",
        "producer": "AI Singapore",
        "repository": "",
        "huggingface": "https://huggingface.co/aisingapore/sea-lion-7b",
        "license": [],
        "components": [
            {
                "name": "Model architecture",
                "description": "Well commented code for the model's architecture",
                "license": "MIT License"
            },
            {
                "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": "Datasets",
                "description": "Training, validation and testing datasets used for the model",
                "license": "unlicensed"
            },
            {
                "name": "Model card",
                "description": "Model details including performance metrics, intended use, and limitations",
                "license": "MIT License"
            },
            {
                "name": "Technical report",
                "description": "Technical report detailing capabilities and usage instructions for the model",
                "license": "unlicensed"
            },
            {
                "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"
            }
        ]
    }
}