Instructions to use suryadv/strive-kubric-checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use suryadv/strive-kubric-checkpoints with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="suryadv/strive-kubric-checkpoints")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("suryadv/strive-kubric-checkpoints", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use suryadv/strive-kubric-checkpoints with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "suryadv/strive-kubric-checkpoints" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "suryadv/strive-kubric-checkpoints", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/suryadv/strive-kubric-checkpoints
- SGLang
How to use suryadv/strive-kubric-checkpoints with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "suryadv/strive-kubric-checkpoints" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "suryadv/strive-kubric-checkpoints", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "suryadv/strive-kubric-checkpoints" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "suryadv/strive-kubric-checkpoints", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use suryadv/strive-kubric-checkpoints with Docker Model Runner:
docker model run hf.co/suryadv/strive-kubric-checkpoints
| { | |
| "adapters": [ | |
| { | |
| "base_model": "Qwen/Qwen3-VL-4B-Instruct", | |
| "file_count": 11, | |
| "files": [ | |
| { | |
| "bytes": 1055, | |
| "path": "adapter_config.json", | |
| "sha256": "b739a93ed6d0a2563685e8d4777f6571754f2acfb85ea5c88a02b346745585ef" | |
| }, | |
| { | |
| "bytes": 132195952, | |
| "path": "adapter_model.safetensors", | |
| "sha256": "c2c797961f739e5f5214b9120a1ed3e4317f477219123d70c06601231f34ed42" | |
| }, | |
| { | |
| "bytes": 707, | |
| "path": "added_tokens.json", | |
| "sha256": "c0284b582e14987fbd3d5a2cb2bd139084371ed9acbae488829a1c900833c680" | |
| }, | |
| { | |
| "bytes": 5292, | |
| "path": "chat_template.jinja", | |
| "sha256": "3636d0f0bd6bef02654cdffdc447b79cb2cef8ab02cc75267345946291a489e4" | |
| }, | |
| { | |
| "bytes": 1671853, | |
| "path": "merges.txt", | |
| "sha256": "8831e4f1a044471340f7c0a83d7bd71306a5b867e95fd870f74d0c5308a904d5" | |
| }, | |
| { | |
| "bytes": 782, | |
| "path": "preprocessor_config.json", | |
| "sha256": "93585062a80db5e8ca038efc7726a3e6411d9db948472d81d63c6303993be8c5" | |
| }, | |
| { | |
| "bytes": 613, | |
| "path": "special_tokens_map.json", | |
| "sha256": "76862e765266b85aa9459767e33cbaf13970f327a0e88d1c65846c2ddd3a1ecd" | |
| }, | |
| { | |
| "bytes": 11422654, | |
| "path": "tokenizer.json", | |
| "sha256": "aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4" | |
| }, | |
| { | |
| "bytes": 5472, | |
| "path": "tokenizer_config.json", | |
| "sha256": "cf43a5bf1a49ee69ecced02f419b169e72559034dcf15af47cf775bd253830f0" | |
| }, | |
| { | |
| "bytes": 817, | |
| "path": "video_preprocessor_config.json", | |
| "sha256": "59c5c9eb52182eb14c06ffb10ca9effd29adce5f238a95de23ca14a38dbd2cb1" | |
| }, | |
| { | |
| "bytes": 2776833, | |
| "path": "vocab.json", | |
| "sha256": "ca10d7e9fb3ed18575dd1e277a2579c16d108e32f27439684afa0e10b1440910" | |
| } | |
| ], | |
| "format": "peft_lora_adapter", | |
| "name": "baseline2-adapter-3250", | |
| "role": "Baseline 2 stage-two mapper/tracker intermediate LoRA adapter.", | |
| "total_bytes": 148082030, | |
| "training_step": 3250 | |
| }, | |
| { | |
| "base_model": "Qwen/Qwen3-VL-4B-Instruct", | |
| "file_count": 11, | |
| "files": [ | |
| { | |
| "bytes": 1055, | |
| "path": "adapter_config.json", | |
| "sha256": "b739a93ed6d0a2563685e8d4777f6571754f2acfb85ea5c88a02b346745585ef" | |
| }, | |
| { | |
| "bytes": 132195952, | |
| "path": "adapter_model.safetensors", | |
| "sha256": "ceed3112b9a6a90e330c3a38d8004401fbf26716f8e674665873b777388952ae" | |
| }, | |
| { | |
| "bytes": 707, | |
| "path": "added_tokens.json", | |
| "sha256": "c0284b582e14987fbd3d5a2cb2bd139084371ed9acbae488829a1c900833c680" | |
| }, | |
| { | |
| "bytes": 5292, | |
| "path": "chat_template.jinja", | |
| "sha256": "3636d0f0bd6bef02654cdffdc447b79cb2cef8ab02cc75267345946291a489e4" | |
| }, | |
| { | |
| "bytes": 1671853, | |
| "path": "merges.txt", | |
| "sha256": "8831e4f1a044471340f7c0a83d7bd71306a5b867e95fd870f74d0c5308a904d5" | |
| }, | |
| { | |
| "bytes": 782, | |
| "path": "preprocessor_config.json", | |
| "sha256": "93585062a80db5e8ca038efc7726a3e6411d9db948472d81d63c6303993be8c5" | |
| }, | |
| { | |
| "bytes": 613, | |
| "path": "special_tokens_map.json", | |
| "sha256": "76862e765266b85aa9459767e33cbaf13970f327a0e88d1c65846c2ddd3a1ecd" | |
| }, | |
| { | |
| "bytes": 11422654, | |
| "path": "tokenizer.json", | |
| "sha256": "aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4" | |
| }, | |
| { | |
| "bytes": 5472, | |
| "path": "tokenizer_config.json", | |
| "sha256": "cf43a5bf1a49ee69ecced02f419b169e72559034dcf15af47cf775bd253830f0" | |
| }, | |
| { | |
| "bytes": 817, | |
| "path": "video_preprocessor_config.json", | |
| "sha256": "59c5c9eb52182eb14c06ffb10ca9effd29adce5f238a95de23ca14a38dbd2cb1" | |
| }, | |
| { | |
| "bytes": 2776833, | |
| "path": "vocab.json", | |
| "sha256": "ca10d7e9fb3ed18575dd1e277a2579c16d108e32f27439684afa0e10b1440910" | |
| } | |
| ], | |
| "format": "peft_lora_adapter", | |
| "name": "baseline2-adapter-3500", | |
| "role": "Baseline 2 stage-two mapper/tracker intermediate LoRA adapter.", | |
| "total_bytes": 148082030, | |
| "training_step": 3500 | |
| }, | |
| { | |
| "base_model": "Qwen/Qwen3-VL-4B-Instruct", | |
| "file_count": 11, | |
| "files": [ | |
| { | |
| "bytes": 1055, | |
| "path": "adapter_config.json", | |
| "sha256": "b739a93ed6d0a2563685e8d4777f6571754f2acfb85ea5c88a02b346745585ef" | |
| }, | |
| { | |
| "bytes": 132195952, | |
| "path": "adapter_model.safetensors", | |
| "sha256": "2b5478ba5221da139bdf243878c75b409c8deb2cb9a3df19fcfef730feb8b4f0" | |
| }, | |
| { | |
| "bytes": 707, | |
| "path": "added_tokens.json", | |
| "sha256": "c0284b582e14987fbd3d5a2cb2bd139084371ed9acbae488829a1c900833c680" | |
| }, | |
| { | |
| "bytes": 5292, | |
| "path": "chat_template.jinja", | |
| "sha256": "3636d0f0bd6bef02654cdffdc447b79cb2cef8ab02cc75267345946291a489e4" | |
| }, | |
| { | |
| "bytes": 1671853, | |
| "path": "merges.txt", | |
| "sha256": "8831e4f1a044471340f7c0a83d7bd71306a5b867e95fd870f74d0c5308a904d5" | |
| }, | |
| { | |
| "bytes": 782, | |
| "path": "preprocessor_config.json", | |
| "sha256": "93585062a80db5e8ca038efc7726a3e6411d9db948472d81d63c6303993be8c5" | |
| }, | |
| { | |
| "bytes": 613, | |
| "path": "special_tokens_map.json", | |
| "sha256": "76862e765266b85aa9459767e33cbaf13970f327a0e88d1c65846c2ddd3a1ecd" | |
| }, | |
| { | |
| "bytes": 11422654, | |
| "path": "tokenizer.json", | |
| "sha256": "aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4" | |
| }, | |
| { | |
| "bytes": 5472, | |
| "path": "tokenizer_config.json", | |
| "sha256": "cf43a5bf1a49ee69ecced02f419b169e72559034dcf15af47cf775bd253830f0" | |
| }, | |
| { | |
| "bytes": 817, | |
| "path": "video_preprocessor_config.json", | |
| "sha256": "59c5c9eb52182eb14c06ffb10ca9effd29adce5f238a95de23ca14a38dbd2cb1" | |
| }, | |
| { | |
| "bytes": 2776833, | |
| "path": "vocab.json", | |
| "sha256": "ca10d7e9fb3ed18575dd1e277a2579c16d108e32f27439684afa0e10b1440910" | |
| } | |
| ], | |
| "format": "peft_lora_adapter", | |
| "name": "baseline2-adapter-3750", | |
| "role": "Baseline 2 stage-two mapper/tracker intermediate LoRA adapter.", | |
| "total_bytes": 148082030, | |
| "training_step": 3750 | |
| }, | |
| { | |
| "base_model": "Qwen/Qwen3-VL-4B-Instruct", | |
| "file_count": 11, | |
| "files": [ | |
| { | |
| "bytes": 1055, | |
| "path": "adapter_config.json", | |
| "sha256": "4b2c64787cc5b5d7d8d0647d4195463366599d0bac6aa40e47a55048473593cf" | |
| }, | |
| { | |
| "bytes": 132195952, | |
| "path": "adapter_model.safetensors", | |
| "sha256": "b21732a9501ea346b697d97a2baef772ddaaaa079b4ffe6b935ca9f26495a845" | |
| }, | |
| { | |
| "bytes": 707, | |
| "path": "added_tokens.json", | |
| "sha256": "c0284b582e14987fbd3d5a2cb2bd139084371ed9acbae488829a1c900833c680" | |
| }, | |
| { | |
| "bytes": 5292, | |
| "path": "chat_template.jinja", | |
| "sha256": "3636d0f0bd6bef02654cdffdc447b79cb2cef8ab02cc75267345946291a489e4" | |
| }, | |
| { | |
| "bytes": 1671853, | |
| "path": "merges.txt", | |
| "sha256": "8831e4f1a044471340f7c0a83d7bd71306a5b867e95fd870f74d0c5308a904d5" | |
| }, | |
| { | |
| "bytes": 782, | |
| "path": "preprocessor_config.json", | |
| "sha256": "93585062a80db5e8ca038efc7726a3e6411d9db948472d81d63c6303993be8c5" | |
| }, | |
| { | |
| "bytes": 613, | |
| "path": "special_tokens_map.json", | |
| "sha256": "76862e765266b85aa9459767e33cbaf13970f327a0e88d1c65846c2ddd3a1ecd" | |
| }, | |
| { | |
| "bytes": 11422654, | |
| "path": "tokenizer.json", | |
| "sha256": "aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4" | |
| }, | |
| { | |
| "bytes": 5472, | |
| "path": "tokenizer_config.json", | |
| "sha256": "cf43a5bf1a49ee69ecced02f419b169e72559034dcf15af47cf775bd253830f0" | |
| }, | |
| { | |
| "bytes": 817, | |
| "path": "video_preprocessor_config.json", | |
| "sha256": "59c5c9eb52182eb14c06ffb10ca9effd29adce5f238a95de23ca14a38dbd2cb1" | |
| }, | |
| { | |
| "bytes": 2776833, | |
| "path": "vocab.json", | |
| "sha256": "ca10d7e9fb3ed18575dd1e277a2579c16d108e32f27439684afa0e10b1440910" | |
| } | |
| ], | |
| "format": "peft_lora_adapter", | |
| "name": "baseline3-adapter-3250", | |
| "role": "Baseline 3 end-to-end scene parser intermediate LoRA adapter.", | |
| "total_bytes": 148082030, | |
| "training_step": 3250 | |
| }, | |
| { | |
| "base_model": "Qwen/Qwen3-VL-4B-Instruct", | |
| "file_count": 11, | |
| "files": [ | |
| { | |
| "bytes": 1055, | |
| "path": "adapter_config.json", | |
| "sha256": "4b2c64787cc5b5d7d8d0647d4195463366599d0bac6aa40e47a55048473593cf" | |
| }, | |
| { | |
| "bytes": 132195952, | |
| "path": "adapter_model.safetensors", | |
| "sha256": "0cc164aff67a4572173a0448527b340dd4b480500be807a705db0b7913a438a0" | |
| }, | |
| { | |
| "bytes": 707, | |
| "path": "added_tokens.json", | |
| "sha256": "c0284b582e14987fbd3d5a2cb2bd139084371ed9acbae488829a1c900833c680" | |
| }, | |
| { | |
| "bytes": 5292, | |
| "path": "chat_template.jinja", | |
| "sha256": "3636d0f0bd6bef02654cdffdc447b79cb2cef8ab02cc75267345946291a489e4" | |
| }, | |
| { | |
| "bytes": 1671853, | |
| "path": "merges.txt", | |
| "sha256": "8831e4f1a044471340f7c0a83d7bd71306a5b867e95fd870f74d0c5308a904d5" | |
| }, | |
| { | |
| "bytes": 782, | |
| "path": "preprocessor_config.json", | |
| "sha256": "93585062a80db5e8ca038efc7726a3e6411d9db948472d81d63c6303993be8c5" | |
| }, | |
| { | |
| "bytes": 613, | |
| "path": "special_tokens_map.json", | |
| "sha256": "76862e765266b85aa9459767e33cbaf13970f327a0e88d1c65846c2ddd3a1ecd" | |
| }, | |
| { | |
| "bytes": 11422654, | |
| "path": "tokenizer.json", | |
| "sha256": "aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4" | |
| }, | |
| { | |
| "bytes": 5472, | |
| "path": "tokenizer_config.json", | |
| "sha256": "cf43a5bf1a49ee69ecced02f419b169e72559034dcf15af47cf775bd253830f0" | |
| }, | |
| { | |
| "bytes": 817, | |
| "path": "video_preprocessor_config.json", | |
| "sha256": "59c5c9eb52182eb14c06ffb10ca9effd29adce5f238a95de23ca14a38dbd2cb1" | |
| }, | |
| { | |
| "bytes": 2776833, | |
| "path": "vocab.json", | |
| "sha256": "ca10d7e9fb3ed18575dd1e277a2579c16d108e32f27439684afa0e10b1440910" | |
| } | |
| ], | |
| "format": "peft_lora_adapter", | |
| "name": "baseline3-adapter-3500", | |
| "role": "Baseline 3 end-to-end scene parser intermediate LoRA adapter.", | |
| "total_bytes": 148082030, | |
| "training_step": 3500 | |
| }, | |
| { | |
| "base_model": "Qwen/Qwen3-VL-4B-Instruct", | |
| "file_count": 11, | |
| "files": [ | |
| { | |
| "bytes": 1055, | |
| "path": "adapter_config.json", | |
| "sha256": "4b2c64787cc5b5d7d8d0647d4195463366599d0bac6aa40e47a55048473593cf" | |
| }, | |
| { | |
| "bytes": 132195952, | |
| "path": "adapter_model.safetensors", | |
| "sha256": "d86c5001f94a7f7a9b21e95c3594f11a697fa1acf16d4e2129e336d651ee49eb" | |
| }, | |
| { | |
| "bytes": 707, | |
| "path": "added_tokens.json", | |
| "sha256": "c0284b582e14987fbd3d5a2cb2bd139084371ed9acbae488829a1c900833c680" | |
| }, | |
| { | |
| "bytes": 5292, | |
| "path": "chat_template.jinja", | |
| "sha256": "3636d0f0bd6bef02654cdffdc447b79cb2cef8ab02cc75267345946291a489e4" | |
| }, | |
| { | |
| "bytes": 1671853, | |
| "path": "merges.txt", | |
| "sha256": "8831e4f1a044471340f7c0a83d7bd71306a5b867e95fd870f74d0c5308a904d5" | |
| }, | |
| { | |
| "bytes": 782, | |
| "path": "preprocessor_config.json", | |
| "sha256": "93585062a80db5e8ca038efc7726a3e6411d9db948472d81d63c6303993be8c5" | |
| }, | |
| { | |
| "bytes": 613, | |
| "path": "special_tokens_map.json", | |
| "sha256": "76862e765266b85aa9459767e33cbaf13970f327a0e88d1c65846c2ddd3a1ecd" | |
| }, | |
| { | |
| "bytes": 11422654, | |
| "path": "tokenizer.json", | |
| "sha256": "aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4" | |
| }, | |
| { | |
| "bytes": 5472, | |
| "path": "tokenizer_config.json", | |
| "sha256": "cf43a5bf1a49ee69ecced02f419b169e72559034dcf15af47cf775bd253830f0" | |
| }, | |
| { | |
| "bytes": 817, | |
| "path": "video_preprocessor_config.json", | |
| "sha256": "59c5c9eb52182eb14c06ffb10ca9effd29adce5f238a95de23ca14a38dbd2cb1" | |
| }, | |
| { | |
| "bytes": 2776833, | |
| "path": "vocab.json", | |
| "sha256": "ca10d7e9fb3ed18575dd1e277a2579c16d108e32f27439684afa0e10b1440910" | |
| } | |
| ], | |
| "format": "peft_lora_adapter", | |
| "name": "baseline3-adapter-3750", | |
| "role": "Baseline 3 end-to-end scene parser intermediate LoRA adapter.", | |
| "total_bytes": 148082030, | |
| "training_step": 3750 | |
| } | |
| ], | |
| "base_model": "Qwen/Qwen3-VL-4B-Instruct", | |
| "checkpoints": [ | |
| { | |
| "file_count": 15, | |
| "files": [ | |
| { | |
| "bytes": 381, | |
| "path": "Modelfile", | |
| "sha256": "6ff2ee517c72f16c560b06f414bcc4bf583715abdd263723242baaea23393377" | |
| }, | |
| { | |
| "bytes": 707, | |
| "path": "added_tokens.json", | |
| "sha256": "c0284b582e14987fbd3d5a2cb2bd139084371ed9acbae488829a1c900833c680" | |
| }, | |
| { | |
| "bytes": 5292, | |
| "path": "chat_template.jinja", | |
| "sha256": "3636d0f0bd6bef02654cdffdc447b79cb2cef8ab02cc75267345946291a489e4" | |
| }, | |
| { | |
| "bytes": 1567, | |
| "path": "config.json", | |
| "sha256": "a552559ebf5268d2300dbd12b721666c5ad0bef5d931289ae3a972c247e51111" | |
| }, | |
| { | |
| "bytes": 213, | |
| "path": "generation_config.json", | |
| "sha256": "d9363251ecc4d2f655fb0166c3cf8c42956343286371e2ff94c73a0bd62b224f" | |
| }, | |
| { | |
| "bytes": 1671853, | |
| "path": "merges.txt", | |
| "sha256": "8831e4f1a044471340f7c0a83d7bd71306a5b867e95fd870f74d0c5308a904d5" | |
| }, | |
| { | |
| "bytes": 4990497880, | |
| "path": "model-00001-of-00002.safetensors", | |
| "sha256": "401580224d5667d6965140a52c6618a9178560d7efc1324e2a83a9add976aab0" | |
| }, | |
| { | |
| "bytes": 3885221448, | |
| "path": "model-00002-of-00002.safetensors", | |
| "sha256": "7056aafc6df1d6ab0717df3b39ea8a106f87dff0cfa73e32db3505354d651441" | |
| }, | |
| { | |
| "bytes": 64778, | |
| "path": "model.safetensors.index.json", | |
| "sha256": "c321e968083cc64dbdc77b9cc17842396cf376399f4ff4bca6b0a001fd22afef" | |
| }, | |
| { | |
| "bytes": 782, | |
| "path": "preprocessor_config.json", | |
| "sha256": "93585062a80db5e8ca038efc7726a3e6411d9db948472d81d63c6303993be8c5" | |
| }, | |
| { | |
| "bytes": 613, | |
| "path": "special_tokens_map.json", | |
| "sha256": "76862e765266b85aa9459767e33cbaf13970f327a0e88d1c65846c2ddd3a1ecd" | |
| }, | |
| { | |
| "bytes": 11422654, | |
| "path": "tokenizer.json", | |
| "sha256": "aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4" | |
| }, | |
| { | |
| "bytes": 5471, | |
| "path": "tokenizer_config.json", | |
| "sha256": "f246d21450d533b3f85402dce1ae9ed41e26ea8e3764d2d4b9f7da51eec3680f" | |
| }, | |
| { | |
| "bytes": 817, | |
| "path": "video_preprocessor_config.json", | |
| "sha256": "59c5c9eb52182eb14c06ffb10ca9effd29adce5f238a95de23ca14a38dbd2cb1" | |
| }, | |
| { | |
| "bytes": 2776833, | |
| "path": "vocab.json", | |
| "sha256": "ca10d7e9fb3ed18575dd1e277a2579c16d108e32f27439684afa0e10b1440910" | |
| } | |
| ], | |
| "name": "baseline1-detector-5500", | |
| "role": "Single-frame object detector used as Baseline 2 stage 1.", | |
| "total_bytes": 8891671289, | |
| "training_step": 5500 | |
| }, | |
| { | |
| "file_count": 15, | |
| "files": [ | |
| { | |
| "bytes": 381, | |
| "path": "Modelfile", | |
| "sha256": "6ff2ee517c72f16c560b06f414bcc4bf583715abdd263723242baaea23393377" | |
| }, | |
| { | |
| "bytes": 707, | |
| "path": "added_tokens.json", | |
| "sha256": "c0284b582e14987fbd3d5a2cb2bd139084371ed9acbae488829a1c900833c680" | |
| }, | |
| { | |
| "bytes": 5292, | |
| "path": "chat_template.jinja", | |
| "sha256": "3636d0f0bd6bef02654cdffdc447b79cb2cef8ab02cc75267345946291a489e4" | |
| }, | |
| { | |
| "bytes": 1567, | |
| "path": "config.json", | |
| "sha256": "a552559ebf5268d2300dbd12b721666c5ad0bef5d931289ae3a972c247e51111" | |
| }, | |
| { | |
| "bytes": 213, | |
| "path": "generation_config.json", | |
| "sha256": "d9363251ecc4d2f655fb0166c3cf8c42956343286371e2ff94c73a0bd62b224f" | |
| }, | |
| { | |
| "bytes": 1671853, | |
| "path": "merges.txt", | |
| "sha256": "8831e4f1a044471340f7c0a83d7bd71306a5b867e95fd870f74d0c5308a904d5" | |
| }, | |
| { | |
| "bytes": 4990497880, | |
| "path": "model-00001-of-00002.safetensors", | |
| "sha256": "c557ec884b340a305f1fe9937e52c098e62fd9cbb98ed1b6bc8944272fc209ff" | |
| }, | |
| { | |
| "bytes": 3885221448, | |
| "path": "model-00002-of-00002.safetensors", | |
| "sha256": "d6561f9844a506a5da76b66f7d72938e0786095487d65a26de1bc2b5701c6c47" | |
| }, | |
| { | |
| "bytes": 64778, | |
| "path": "model.safetensors.index.json", | |
| "sha256": "c321e968083cc64dbdc77b9cc17842396cf376399f4ff4bca6b0a001fd22afef" | |
| }, | |
| { | |
| "bytes": 782, | |
| "path": "preprocessor_config.json", | |
| "sha256": "93585062a80db5e8ca038efc7726a3e6411d9db948472d81d63c6303993be8c5" | |
| }, | |
| { | |
| "bytes": 613, | |
| "path": "special_tokens_map.json", | |
| "sha256": "76862e765266b85aa9459767e33cbaf13970f327a0e88d1c65846c2ddd3a1ecd" | |
| }, | |
| { | |
| "bytes": 11422654, | |
| "path": "tokenizer.json", | |
| "sha256": "aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4" | |
| }, | |
| { | |
| "bytes": 5471, | |
| "path": "tokenizer_config.json", | |
| "sha256": "f246d21450d533b3f85402dce1ae9ed41e26ea8e3764d2d4b9f7da51eec3680f" | |
| }, | |
| { | |
| "bytes": 817, | |
| "path": "video_preprocessor_config.json", | |
| "sha256": "59c5c9eb52182eb14c06ffb10ca9effd29adce5f238a95de23ca14a38dbd2cb1" | |
| }, | |
| { | |
| "bytes": 2776833, | |
| "path": "vocab.json", | |
| "sha256": "ca10d7e9fb3ed18575dd1e277a2579c16d108e32f27439684afa0e10b1440910" | |
| } | |
| ], | |
| "name": "baseline2-4000", | |
| "role": "Streaming staged mapper used as Baseline 2 stage 2.", | |
| "total_bytes": 8891671289, | |
| "training_step": 4000 | |
| }, | |
| { | |
| "file_count": 15, | |
| "files": [ | |
| { | |
| "bytes": 381, | |
| "path": "Modelfile", | |
| "sha256": "6ff2ee517c72f16c560b06f414bcc4bf583715abdd263723242baaea23393377" | |
| }, | |
| { | |
| "bytes": 707, | |
| "path": "added_tokens.json", | |
| "sha256": "c0284b582e14987fbd3d5a2cb2bd139084371ed9acbae488829a1c900833c680" | |
| }, | |
| { | |
| "bytes": 5292, | |
| "path": "chat_template.jinja", | |
| "sha256": "3636d0f0bd6bef02654cdffdc447b79cb2cef8ab02cc75267345946291a489e4" | |
| }, | |
| { | |
| "bytes": 1567, | |
| "path": "config.json", | |
| "sha256": "a552559ebf5268d2300dbd12b721666c5ad0bef5d931289ae3a972c247e51111" | |
| }, | |
| { | |
| "bytes": 213, | |
| "path": "generation_config.json", | |
| "sha256": "d9363251ecc4d2f655fb0166c3cf8c42956343286371e2ff94c73a0bd62b224f" | |
| }, | |
| { | |
| "bytes": 1671853, | |
| "path": "merges.txt", | |
| "sha256": "8831e4f1a044471340f7c0a83d7bd71306a5b867e95fd870f74d0c5308a904d5" | |
| }, | |
| { | |
| "bytes": 4990497880, | |
| "path": "model-00001-of-00002.safetensors", | |
| "sha256": "36407457aedd25089d9f97c7cb1fc85bfc947fa21c11f0286ad483929911a599" | |
| }, | |
| { | |
| "bytes": 3885221448, | |
| "path": "model-00002-of-00002.safetensors", | |
| "sha256": "258f0a4a86b43038ed628b2a6c7104da88db6eaf774b82667fc8855bc89eefc5" | |
| }, | |
| { | |
| "bytes": 64778, | |
| "path": "model.safetensors.index.json", | |
| "sha256": "c321e968083cc64dbdc77b9cc17842396cf376399f4ff4bca6b0a001fd22afef" | |
| }, | |
| { | |
| "bytes": 782, | |
| "path": "preprocessor_config.json", | |
| "sha256": "93585062a80db5e8ca038efc7726a3e6411d9db948472d81d63c6303993be8c5" | |
| }, | |
| { | |
| "bytes": 613, | |
| "path": "special_tokens_map.json", | |
| "sha256": "76862e765266b85aa9459767e33cbaf13970f327a0e88d1c65846c2ddd3a1ecd" | |
| }, | |
| { | |
| "bytes": 11422654, | |
| "path": "tokenizer.json", | |
| "sha256": "aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4" | |
| }, | |
| { | |
| "bytes": 5471, | |
| "path": "tokenizer_config.json", | |
| "sha256": "f246d21450d533b3f85402dce1ae9ed41e26ea8e3764d2d4b9f7da51eec3680f" | |
| }, | |
| { | |
| "bytes": 817, | |
| "path": "video_preprocessor_config.json", | |
| "sha256": "59c5c9eb52182eb14c06ffb10ca9effd29adce5f238a95de23ca14a38dbd2cb1" | |
| }, | |
| { | |
| "bytes": 2776833, | |
| "path": "vocab.json", | |
| "sha256": "ca10d7e9fb3ed18575dd1e277a2579c16d108e32f27439684afa0e10b1440910" | |
| } | |
| ], | |
| "name": "baseline3-4000", | |
| "role": "Streaming end-to-end scene parser used as Baseline 3.", | |
| "total_bytes": 8891671289, | |
| "training_step": 4000 | |
| } | |
| ], | |
| "repository": "suryadv/strive-kubric-checkpoints", | |
| "repository_type": "model", | |
| "schema_version": 2, | |
| "strive_repository": "https://github.com/suryathecreator/strive", | |
| "strive_reproducibility_tag": "strive-repro-2026-07-18", | |
| "total_bytes": 27563506047, | |
| "total_files": 111 | |
| } | |