{
    "framework": {
        "name": "Model Openness Framework",
        "version": "1.0",
        "date": "2024-12-15"
    },
    "release": {
        "name": "Baichuan-1-7B",
        "date": "2024-11-15",
        "producer": "Baichuan AI",
        "repository": "https://github.com/baichuan-inc/Baichuan-7B/tree/main",
        "huggingface": "https://huggingface.co/baichuan-inc/Baichuan-7B",
        "license": [],
        "components": [
            {
                "name": "Model architecture",
                "description": "Well commented code for the model's architecture",
                "license": "Apache-2.0"
            },
            {
                "name": "Training code",
                "description": "Code used for training the model",
                "license": "Apache-2.0"
            },
            {
                "name": "Inference code",
                "description": "Code used for running the model to make predictions",
                "license": "Apache-2.0"
            },
            {
                "name": "Evaluation code",
                "description": "Code used for evaluating the model",
                "license": "Apache-2.0"
            },
            {
                "name": "Model parameters (Final)",
                "description": "Trained model parameters, weights and biases",
                "license": "Baichuan-7B License"
            },
            {
                "name": "Research paper",
                "description": "Research paper detailing the development and capabilities of the model",
                "license": "unlicensed"
            }
        ]
    }
}