==================================== MODEL SIGNATURE VERIFICATION GUIDE ==================================== Model: CohereLabs/c4ai-command-r7b-12-2024 Revision: main Environment: PRODUCTION Signed at: 2025-10-27T18:55:09Z Workflow Run: https://github.com/cohere-ai/model-signing/actions/runs/18853825215 TRANSPARENCY LOG ---------------- This signature is recorded in the Sigstore Rekor transparency log. Rekor Entry: https://search.sigstore.dev/?logIndex=646203249 Log Index: 646203249 Identity: https://github.com/cohere-ai/model-signing/.github/workflows/sign-model.yml@refs/heads/main VERIFICATION ------------ To verify this signature locally: 1. Install the model-signing package: pip install model-signing 2. Install huggingface_hub and download the model: pip install huggingface_hub huggingface-cli download CohereLabs/c4ai-command-r7b-12-2024 --revision main --local-dir ./model 3. Verify the signature: model_signing verify ./model \ --signature c4ai-command-r7b-12-2024.sig \ --identity "https://github.com/cohere-ai/model-signing/.github/workflows/sign-model.yml@refs/heads/main" \ --identity_provider "https://token.actions.githubusercontent.com" \ --ignore_unsigned_files Note: This signature was created with selective file inclusion (*.safetensors,*.json). Use --ignore_unsigned_files to verify only the files that were signed. ====================================