{
    "framework": {
        "name": "Model Openness Framework",
        "version": "1.0",
        "date": "2024-12-15"
    },
    "release": {
        "name": "RWKV-v5",
        "date": "2024-11-15",
        "producer": "RWKV",
        "repository": "https://github.com/BlinkDL/RWKV-LM/",
        "huggingface": "https://huggingface.co/RWKV/rwkv-5-world-3b",
        "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": "Apache-2.0"
            },
            {
                "name": "Datasets",
                "description": "Training, validation and testing datasets used for the model",
                "license": "unlicensed"
            },
            {
                "name": "Research paper",
                "description": "Research paper detailing the development and capabilities of the model",
                "license": "unlicensed"
            }
        ]
    }
}