Raw evaluation results: coverage audits, token budget sweep, 17-config sensitivity sweep, n=300 head-to-head
bca2e11 verified | { | |
| "meta": { | |
| "n": 100, | |
| "max_image_tokens": 512 | |
| }, | |
| "results": [ | |
| { | |
| "recipe": "stock_4bit_vision_bf16", | |
| "bits": { | |
| "vision": null, | |
| "projector": null, | |
| "backbone": 4, | |
| "embed_head": 4, | |
| "other": null | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 2388299045, | |
| "size_gb": 2.388, | |
| "bits_per_weight": 6.07045272519107, | |
| "nominal_bits": 4, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 1, | |
| "params_total": 262144000, | |
| "params_quantized": 262144000, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 166, | |
| "params_total": 2434793472, | |
| "params_quantized": 2434793472, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 0, | |
| "params_total": 13631488, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "multi_modal_projector.linear_1", | |
| "multi_modal_projector.linear_2" | |
| ], | |
| "skipped_count": 2 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 0, | |
| "params_total": 412250112, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc1", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.0.self_attn.k_proj" | |
| ], | |
| "skipped_count": 164 | |
| } | |
| }, | |
| "coverage_ok": true, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8806, | |
| "accuracy_given_parsed": 0.8806, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 131.5, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.85, | |
| "accuracy_given_parsed": 0.85, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 108.3, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.82, | |
| "accuracy_given_parsed": 0.82, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 99.2, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.78, | |
| "accuracy_given_parsed": 0.78, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 80.7, | |
| "wall_seconds": 136.9, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.86, | |
| "accuracy_given_parsed": 0.86, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 101.7, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.8381, | |
| "wall_seconds": 584.7 | |
| }, | |
| { | |
| "recipe": "uniform_4bit", | |
| "bits": { | |
| "vision": 4, | |
| "projector": 4, | |
| "backbone": 4, | |
| "embed_head": 4, | |
| "other": 4 | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 1970322137, | |
| "size_gb": 1.97, | |
| "bits_per_weight": 4.99967759590377, | |
| "nominal_bits": 4, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 1, | |
| "params_total": 262144000, | |
| "params_quantized": 262144000, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 166, | |
| "params_total": 2434793472, | |
| "params_quantized": 2434793472, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 2, | |
| "params_total": 13631488, | |
| "params_quantized": 13631488, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 135, | |
| "params_total": 412250112, | |
| "params_quantized": 277198848, | |
| "coverage": 0.8232, | |
| "param_coverage": 0.6724, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.1.mlp.fc2", | |
| "vision_tower.encoder.layers.10.mlp.fc2" | |
| ], | |
| "skipped_count": 29 | |
| } | |
| }, | |
| "coverage_ok": false, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.871, | |
| "accuracy_given_parsed": 0.871, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 129.4, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.85, | |
| "accuracy_given_parsed": 0.85, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 107.7, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.79, | |
| "accuracy_given_parsed": 0.79, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 100.6, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.76, | |
| "accuracy_given_parsed": 0.7677, | |
| "parse_failure_rate": 0.01, | |
| "n_parsed": 99, | |
| "published": 80.7, | |
| "wall_seconds": 140.4, | |
| "parse_failure_samples": [ | |
| "[show]" | |
| ] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.82, | |
| "accuracy_given_parsed": 0.82, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 103.5, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.8182, | |
| "wall_seconds": 588.5 | |
| }, | |
| { | |
| "recipe": "only_vision_8bit", | |
| "bits": { | |
| "vision": 8, | |
| "projector": null, | |
| "backbone": null, | |
| "embed_head": null, | |
| "other": null | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 6005266581, | |
| "size_gb": 6.005, | |
| "bits_per_weight": 15.334399844997696, | |
| "nominal_bits": 8, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 0, | |
| "params_total": 262144000, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.embed_tokens" | |
| ], | |
| "skipped_count": 1 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 0, | |
| "params_total": 2434793472, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.layers.0.conv.in_proj", | |
| "language_model.model.layers.0.conv.out_proj", | |
| "language_model.model.layers.0.feed_forward.w1", | |
| "language_model.model.layers.0.feed_forward.w2", | |
| "language_model.model.layers.0.feed_forward.w3" | |
| ], | |
| "skipped_count": 166 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 0, | |
| "params_total": 13631488, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "multi_modal_projector.linear_1", | |
| "multi_modal_projector.linear_2" | |
| ], | |
| "skipped_count": 2 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 135, | |
| "params_total": 412250112, | |
| "params_quantized": 277198848, | |
| "coverage": 0.8232, | |
| "param_coverage": 0.6724, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.1.mlp.fc2", | |
| "vision_tower.encoder.layers.10.mlp.fc2" | |
| ], | |
| "skipped_count": 29 | |
| } | |
| }, | |
| "coverage_ok": false, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8659, | |
| "accuracy_given_parsed": 0.8659, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 133.3, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.88, | |
| "accuracy_given_parsed": 0.88, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 108.9, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.82, | |
| "accuracy_given_parsed": 0.82, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 119.1, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.78, | |
| "accuracy_given_parsed": 0.7879, | |
| "parse_failure_rate": 0.01, | |
| "n_parsed": 99, | |
| "published": 80.7, | |
| "wall_seconds": 177.7, | |
| "parse_failure_samples": [ | |
| "[0.67, 0.1, 710, 740, 140]" | |
| ] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.84, | |
| "accuracy_given_parsed": 0.84, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 124.7, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.8372, | |
| "wall_seconds": 672.5 | |
| }, | |
| { | |
| "recipe": "only_vision_6bit", | |
| "bits": { | |
| "vision": 6, | |
| "projector": null, | |
| "backbone": null, | |
| "embed_head": null, | |
| "other": null | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 5935966865, | |
| "size_gb": 5.936, | |
| "bits_per_weight": 15.156906470330414, | |
| "nominal_bits": 6, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 0, | |
| "params_total": 262144000, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.embed_tokens" | |
| ], | |
| "skipped_count": 1 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 0, | |
| "params_total": 2434793472, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.layers.0.conv.in_proj", | |
| "language_model.model.layers.0.conv.out_proj", | |
| "language_model.model.layers.0.feed_forward.w1", | |
| "language_model.model.layers.0.feed_forward.w2", | |
| "language_model.model.layers.0.feed_forward.w3" | |
| ], | |
| "skipped_count": 166 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 0, | |
| "params_total": 13631488, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "multi_modal_projector.linear_1", | |
| "multi_modal_projector.linear_2" | |
| ], | |
| "skipped_count": 2 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 135, | |
| "params_total": 412250112, | |
| "params_quantized": 277198848, | |
| "coverage": 0.8232, | |
| "param_coverage": 0.6724, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.1.mlp.fc2", | |
| "vision_tower.encoder.layers.10.mlp.fc2" | |
| ], | |
| "skipped_count": 29 | |
| } | |
| }, | |
| "coverage_ok": false, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8744, | |
| "accuracy_given_parsed": 0.8744, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 134.2, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.88, | |
| "accuracy_given_parsed": 0.88, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 109.6, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.81, | |
| "accuracy_given_parsed": 0.81, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 119.6, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.79, | |
| "accuracy_given_parsed": 0.798, | |
| "parse_failure_rate": 0.01, | |
| "n_parsed": 99, | |
| "published": 80.7, | |
| "wall_seconds": 177.3, | |
| "parse_failure_samples": [ | |
| "[0.67, 0.1, 710, 740, 140]" | |
| ] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.83, | |
| "accuracy_given_parsed": 0.83, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 124.9, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.8369, | |
| "wall_seconds": 675.1 | |
| }, | |
| { | |
| "recipe": "only_vision_4bit", | |
| "error": "smoke_test_failed", | |
| "size_bytes": 5866667131, | |
| "bits_per_weight": 14.979413095663134, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 0, | |
| "params_total": 262144000, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.embed_tokens" | |
| ], | |
| "skipped_count": 1 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 0, | |
| "params_total": 2434793472, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.layers.0.conv.in_proj", | |
| "language_model.model.layers.0.conv.out_proj", | |
| "language_model.model.layers.0.feed_forward.w1", | |
| "language_model.model.layers.0.feed_forward.w2", | |
| "language_model.model.layers.0.feed_forward.w3" | |
| ], | |
| "skipped_count": 166 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 0, | |
| "params_total": 13631488, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "multi_modal_projector.linear_1", | |
| "multi_modal_projector.linear_2" | |
| ], | |
| "skipped_count": 2 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 135, | |
| "params_total": 412250112, | |
| "params_quantized": 277198848, | |
| "coverage": 0.8232, | |
| "param_coverage": 0.6724, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.1.mlp.fc2", | |
| "vision_tower.encoder.layers.10.mlp.fc2" | |
| ], | |
| "skipped_count": 29 | |
| } | |
| } | |
| }, | |
| { | |
| "recipe": "only_projector_8bit", | |
| "bits": { | |
| "vision": null, | |
| "projector": 8, | |
| "backbone": null, | |
| "embed_head": null, | |
| "other": null | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 6252267504, | |
| "size_gb": 6.252, | |
| "bits_per_weight": 15.96726854894537, | |
| "nominal_bits": 8, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 0, | |
| "params_total": 262144000, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.embed_tokens" | |
| ], | |
| "skipped_count": 1 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 0, | |
| "params_total": 2434793472, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.layers.0.conv.in_proj", | |
| "language_model.model.layers.0.conv.out_proj", | |
| "language_model.model.layers.0.feed_forward.w1", | |
| "language_model.model.layers.0.feed_forward.w2", | |
| "language_model.model.layers.0.feed_forward.w3" | |
| ], | |
| "skipped_count": 166 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 2, | |
| "params_total": 13631488, | |
| "params_quantized": 13631488, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 0, | |
| "params_total": 412250112, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc1", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.0.self_attn.k_proj" | |
| ], | |
| "skipped_count": 164 | |
| } | |
| }, | |
| "coverage_ok": true, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8659, | |
| "accuracy_given_parsed": 0.8659, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 130.8, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.88, | |
| "accuracy_given_parsed": 0.88, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 105.7, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.82, | |
| "accuracy_given_parsed": 0.82, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 117.5, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.79, | |
| "accuracy_given_parsed": 0.798, | |
| "parse_failure_rate": 0.01, | |
| "n_parsed": 99, | |
| "published": 80.7, | |
| "wall_seconds": 174.8, | |
| "parse_failure_samples": [ | |
| "[0.67, 0.1, 710, 740, 140]" | |
| ] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.85, | |
| "accuracy_given_parsed": 0.85, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 121.1, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.8412, | |
| "wall_seconds": 658.5 | |
| }, | |
| { | |
| "recipe": "only_projector_6bit", | |
| "bits": { | |
| "vision": null, | |
| "projector": 6, | |
| "backbone": null, | |
| "embed_head": null, | |
| "other": null | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 6248859631, | |
| "size_gb": 6.249, | |
| "bits_per_weight": 15.958540161997467, | |
| "nominal_bits": 6, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 0, | |
| "params_total": 262144000, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.embed_tokens" | |
| ], | |
| "skipped_count": 1 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 0, | |
| "params_total": 2434793472, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.layers.0.conv.in_proj", | |
| "language_model.model.layers.0.conv.out_proj", | |
| "language_model.model.layers.0.feed_forward.w1", | |
| "language_model.model.layers.0.feed_forward.w2", | |
| "language_model.model.layers.0.feed_forward.w3" | |
| ], | |
| "skipped_count": 166 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 2, | |
| "params_total": 13631488, | |
| "params_quantized": 13631488, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 0, | |
| "params_total": 412250112, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc1", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.0.self_attn.k_proj" | |
| ], | |
| "skipped_count": 164 | |
| } | |
| }, | |
| "coverage_ok": true, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8659, | |
| "accuracy_given_parsed": 0.8659, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 130.5, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.88, | |
| "accuracy_given_parsed": 0.88, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 105.6, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.82, | |
| "accuracy_given_parsed": 0.82, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 117.3, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8, | |
| "accuracy_given_parsed": 0.8081, | |
| "parse_failure_rate": 0.01, | |
| "n_parsed": 99, | |
| "published": 80.7, | |
| "wall_seconds": 174.4, | |
| "parse_failure_samples": [ | |
| "[0.67, 0.1, 710, 730, 140]" | |
| ] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.86, | |
| "accuracy_given_parsed": 0.86, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 121.6, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.8452, | |
| "wall_seconds": 659.1 | |
| }, | |
| { | |
| "recipe": "only_projector_4bit", | |
| "bits": { | |
| "vision": null, | |
| "projector": 4, | |
| "backbone": null, | |
| "embed_head": null, | |
| "other": null | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 6245451761, | |
| "size_gb": 6.245, | |
| "bits_per_weight": 15.949811775049566, | |
| "nominal_bits": 4, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 0, | |
| "params_total": 262144000, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.embed_tokens" | |
| ], | |
| "skipped_count": 1 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 0, | |
| "params_total": 2434793472, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.layers.0.conv.in_proj", | |
| "language_model.model.layers.0.conv.out_proj", | |
| "language_model.model.layers.0.feed_forward.w1", | |
| "language_model.model.layers.0.feed_forward.w2", | |
| "language_model.model.layers.0.feed_forward.w3" | |
| ], | |
| "skipped_count": 166 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 2, | |
| "params_total": 13631488, | |
| "params_quantized": 13631488, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 0, | |
| "params_total": 412250112, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc1", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.0.self_attn.k_proj" | |
| ], | |
| "skipped_count": 164 | |
| } | |
| }, | |
| "coverage_ok": true, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8759, | |
| "accuracy_given_parsed": 0.8759, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 130.6, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.86, | |
| "accuracy_given_parsed": 0.86, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 105.7, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.82, | |
| "accuracy_given_parsed": 0.82, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 112.1, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.77, | |
| "accuracy_given_parsed": 0.7778, | |
| "parse_failure_rate": 0.01, | |
| "n_parsed": 99, | |
| "published": 80.7, | |
| "wall_seconds": 176.4, | |
| "parse_failure_samples": [ | |
| "[0.67, 0.1, 710, 730, 140]" | |
| ] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.86, | |
| "accuracy_given_parsed": 0.86, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 121.1, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.8372, | |
| "wall_seconds": 655.6 | |
| }, | |
| { | |
| "recipe": "only_backbone_8bit", | |
| "bits": { | |
| "vision": null, | |
| "projector": null, | |
| "backbone": 8, | |
| "embed_head": null, | |
| "other": null | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 3982527657, | |
| "size_gb": 3.983, | |
| "bits_per_weight": 10.153659280857479, | |
| "nominal_bits": 8, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 0, | |
| "params_total": 262144000, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.embed_tokens" | |
| ], | |
| "skipped_count": 1 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 166, | |
| "params_total": 2434793472, | |
| "params_quantized": 2434793472, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 0, | |
| "params_total": 13631488, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "multi_modal_projector.linear_1", | |
| "multi_modal_projector.linear_2" | |
| ], | |
| "skipped_count": 2 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 0, | |
| "params_total": 412250112, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc1", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.0.self_attn.k_proj" | |
| ], | |
| "skipped_count": 164 | |
| } | |
| }, | |
| "coverage_ok": true, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8659, | |
| "accuracy_given_parsed": 0.8659, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 130.3, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.88, | |
| "accuracy_given_parsed": 0.88, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 106.5, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.82, | |
| "accuracy_given_parsed": 0.82, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 105.7, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.78, | |
| "accuracy_given_parsed": 0.7879, | |
| "parse_failure_rate": 0.01, | |
| "n_parsed": 99, | |
| "published": 80.7, | |
| "wall_seconds": 153.9, | |
| "parse_failure_samples": [ | |
| "[0.67, 0.1, 710, 740, 140]" | |
| ] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.86, | |
| "accuracy_given_parsed": 0.86, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 109.1, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.8412, | |
| "wall_seconds": 613.9 | |
| }, | |
| { | |
| "recipe": "only_backbone_6bit", | |
| "bits": { | |
| "vision": null, | |
| "projector": null, | |
| "backbone": 6, | |
| "embed_head": null, | |
| "other": null | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 3373829075, | |
| "size_gb": 3.374, | |
| "bits_per_weight": 8.59463508908614, | |
| "nominal_bits": 6, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 0, | |
| "params_total": 262144000, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.embed_tokens" | |
| ], | |
| "skipped_count": 1 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 166, | |
| "params_total": 2434793472, | |
| "params_quantized": 2434793472, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 0, | |
| "params_total": 13631488, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "multi_modal_projector.linear_1", | |
| "multi_modal_projector.linear_2" | |
| ], | |
| "skipped_count": 2 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 0, | |
| "params_total": 412250112, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc1", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.0.self_attn.k_proj" | |
| ], | |
| "skipped_count": 164 | |
| } | |
| }, | |
| "coverage_ok": true, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8659, | |
| "accuracy_given_parsed": 0.8659, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 129.5, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.87, | |
| "accuracy_given_parsed": 0.87, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 107.4, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.82, | |
| "accuracy_given_parsed": 0.82, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 104.3, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8, | |
| "accuracy_given_parsed": 0.8081, | |
| "parse_failure_rate": 0.01, | |
| "n_parsed": 99, | |
| "published": 80.7, | |
| "wall_seconds": 149.2, | |
| "parse_failure_samples": [ | |
| "[0.67, 0.1, 710, 740, 140]" | |
| ] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.86, | |
| "accuracy_given_parsed": 0.86, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 106.9, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.8432, | |
| "wall_seconds": 606.5 | |
| }, | |
| { | |
| "recipe": "only_backbone_4bit", | |
| "bits": { | |
| "vision": null, | |
| "projector": null, | |
| "backbone": 4, | |
| "embed_head": null, | |
| "other": null | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 2765130439, | |
| "size_gb": 2.765, | |
| "bits_per_weight": 7.0356108973147995, | |
| "nominal_bits": 4, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 0, | |
| "params_total": 262144000, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.embed_tokens" | |
| ], | |
| "skipped_count": 1 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 166, | |
| "params_total": 2434793472, | |
| "params_quantized": 2434793472, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 0, | |
| "params_total": 13631488, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "multi_modal_projector.linear_1", | |
| "multi_modal_projector.linear_2" | |
| ], | |
| "skipped_count": 2 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 0, | |
| "params_total": 412250112, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc1", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.0.self_attn.k_proj" | |
| ], | |
| "skipped_count": 164 | |
| } | |
| }, | |
| "coverage_ok": true, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8806, | |
| "accuracy_given_parsed": 0.8806, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 125.9, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.87, | |
| "accuracy_given_parsed": 0.87, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 104.3, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.82, | |
| "accuracy_given_parsed": 0.82, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 98.9, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.77, | |
| "accuracy_given_parsed": 0.77, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 80.7, | |
| "wall_seconds": 139.0, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.85, | |
| "accuracy_given_parsed": 0.85, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 101.4, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.8381, | |
| "wall_seconds": 578.1 | |
| }, | |
| { | |
| "recipe": "only_embed_head_8bit", | |
| "bits": { | |
| "vision": null, | |
| "projector": null, | |
| "backbone": null, | |
| "embed_head": 8, | |
| "other": null | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 6019286451, | |
| "size_gb": 6.019, | |
| "bits_per_weight": 15.370549018180176, | |
| "nominal_bits": 8, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 1, | |
| "params_total": 262144000, | |
| "params_quantized": 262144000, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 0, | |
| "params_total": 2434793472, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.layers.0.conv.in_proj", | |
| "language_model.model.layers.0.conv.out_proj", | |
| "language_model.model.layers.0.feed_forward.w1", | |
| "language_model.model.layers.0.feed_forward.w2", | |
| "language_model.model.layers.0.feed_forward.w3" | |
| ], | |
| "skipped_count": 166 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 0, | |
| "params_total": 13631488, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "multi_modal_projector.linear_1", | |
| "multi_modal_projector.linear_2" | |
| ], | |
| "skipped_count": 2 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 0, | |
| "params_total": 412250112, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc1", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.0.self_attn.k_proj" | |
| ], | |
| "skipped_count": 164 | |
| } | |
| }, | |
| "coverage_ok": true, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8659, | |
| "accuracy_given_parsed": 0.8659, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 130.0, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.88, | |
| "accuracy_given_parsed": 0.88, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 105.3, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.82, | |
| "accuracy_given_parsed": 0.82, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 116.2, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.79, | |
| "accuracy_given_parsed": 0.798, | |
| "parse_failure_rate": 0.01, | |
| "n_parsed": 99, | |
| "published": 80.7, | |
| "wall_seconds": 172.0, | |
| "parse_failure_samples": [ | |
| "[0.67, 0.1, 710, 740, 140]" | |
| ] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.86, | |
| "accuracy_given_parsed": 0.86, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 121.0, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.8432, | |
| "wall_seconds": 653.9 | |
| }, | |
| { | |
| "recipe": "only_embed_head_6bit", | |
| "bits": { | |
| "vision": null, | |
| "projector": null, | |
| "backbone": null, | |
| "embed_head": 6, | |
| "other": null | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 5953750461, | |
| "size_gb": 5.954, | |
| "bits_per_weight": 15.202695423028224, | |
| "nominal_bits": 6, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 1, | |
| "params_total": 262144000, | |
| "params_quantized": 262144000, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 0, | |
| "params_total": 2434793472, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.layers.0.conv.in_proj", | |
| "language_model.model.layers.0.conv.out_proj", | |
| "language_model.model.layers.0.feed_forward.w1", | |
| "language_model.model.layers.0.feed_forward.w2", | |
| "language_model.model.layers.0.feed_forward.w3" | |
| ], | |
| "skipped_count": 166 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 0, | |
| "params_total": 13631488, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "multi_modal_projector.linear_1", | |
| "multi_modal_projector.linear_2" | |
| ], | |
| "skipped_count": 2 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 0, | |
| "params_total": 412250112, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc1", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.0.self_attn.k_proj" | |
| ], | |
| "skipped_count": 164 | |
| } | |
| }, | |
| "coverage_ok": true, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8659, | |
| "accuracy_given_parsed": 0.8659, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 131.5, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.87, | |
| "accuracy_given_parsed": 0.87, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 106.7, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.82, | |
| "accuracy_given_parsed": 0.82, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 115.7, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.78, | |
| "accuracy_given_parsed": 0.7879, | |
| "parse_failure_rate": 0.01, | |
| "n_parsed": 99, | |
| "published": 80.7, | |
| "wall_seconds": 173.2, | |
| "parse_failure_samples": [ | |
| "[0.67, 0.1, 710, 740, 140]" | |
| ] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.85, | |
| "accuracy_given_parsed": 0.85, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 120.9, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.8372, | |
| "wall_seconds": 658.7 | |
| }, | |
| { | |
| "recipe": "only_embed_head_4bit", | |
| "bits": { | |
| "vision": null, | |
| "projector": null, | |
| "backbone": null, | |
| "embed_head": 4, | |
| "other": null | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 5888214479, | |
| "size_gb": 5.888, | |
| "bits_per_weight": 15.03484182787627, | |
| "nominal_bits": 4, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 1, | |
| "params_total": 262144000, | |
| "params_quantized": 262144000, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 0, | |
| "params_total": 2434793472, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "language_model.model.layers.0.conv.in_proj", | |
| "language_model.model.layers.0.conv.out_proj", | |
| "language_model.model.layers.0.feed_forward.w1", | |
| "language_model.model.layers.0.feed_forward.w2", | |
| "language_model.model.layers.0.feed_forward.w3" | |
| ], | |
| "skipped_count": 166 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 0, | |
| "params_total": 13631488, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "multi_modal_projector.linear_1", | |
| "multi_modal_projector.linear_2" | |
| ], | |
| "skipped_count": 2 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 0, | |
| "params_total": 412250112, | |
| "params_quantized": 0, | |
| "coverage": 0.0, | |
| "param_coverage": 0.0, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc1", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.0.self_attn.k_proj" | |
| ], | |
| "skipped_count": 164 | |
| } | |
| }, | |
| "coverage_ok": true, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8647, | |
| "accuracy_given_parsed": 0.8647, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 130.1, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.86, | |
| "accuracy_given_parsed": 0.86, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 105.2, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.82, | |
| "accuracy_given_parsed": 0.82, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 111.8, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.81, | |
| "accuracy_given_parsed": 0.8182, | |
| "parse_failure_rate": 0.01, | |
| "n_parsed": 99, | |
| "published": 80.7, | |
| "wall_seconds": 170.7, | |
| "parse_failure_samples": [ | |
| "[0.67, 0.1, 710, 740, 140]" | |
| ] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.85, | |
| "accuracy_given_parsed": 0.85, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 119.3, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.8409, | |
| "wall_seconds": 646.3 | |
| }, | |
| { | |
| "recipe": "mixed_v8_p8_b4_e4", | |
| "bits": { | |
| "vision": 8, | |
| "projector": 8, | |
| "backbone": 4, | |
| "embed_head": 4, | |
| "other": null | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 2115737324, | |
| "size_gb": 2.116, | |
| "bits_per_weight": 5.372121119134135, | |
| "nominal_bits": 4, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 1, | |
| "params_total": 262144000, | |
| "params_quantized": 262144000, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 166, | |
| "params_total": 2434793472, | |
| "params_quantized": 2434793472, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 2, | |
| "params_total": 13631488, | |
| "params_quantized": 13631488, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 135, | |
| "params_total": 412250112, | |
| "params_quantized": 277198848, | |
| "coverage": 0.8232, | |
| "param_coverage": 0.6724, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.1.mlp.fc2", | |
| "vision_tower.encoder.layers.10.mlp.fc2" | |
| ], | |
| "skipped_count": 29 | |
| } | |
| }, | |
| "coverage_ok": false, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8806, | |
| "accuracy_given_parsed": 0.8806, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 132.2, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.85, | |
| "accuracy_given_parsed": 0.85, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 109.9, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.82, | |
| "accuracy_given_parsed": 0.82, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 103.5, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.77, | |
| "accuracy_given_parsed": 0.77, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 80.7, | |
| "wall_seconds": 141.4, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.85, | |
| "accuracy_given_parsed": 0.85, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 105.6, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.8341, | |
| "wall_seconds": 601.0 | |
| }, | |
| { | |
| "recipe": "mixed_v6_p8_b4_e4", | |
| "bits": { | |
| "vision": 6, | |
| "projector": 8, | |
| "backbone": 4, | |
| "embed_head": 4, | |
| "other": null | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 2046437600, | |
| "size_gb": 2.046, | |
| "bits_per_weight": 5.194627744466854, | |
| "nominal_bits": 4, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 1, | |
| "params_total": 262144000, | |
| "params_quantized": 262144000, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 166, | |
| "params_total": 2434793472, | |
| "params_quantized": 2434793472, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 2, | |
| "params_total": 13631488, | |
| "params_quantized": 13631488, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 135, | |
| "params_total": 412250112, | |
| "params_quantized": 277198848, | |
| "coverage": 0.8232, | |
| "param_coverage": 0.6724, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.1.mlp.fc2", | |
| "vision_tower.encoder.layers.10.mlp.fc2" | |
| ], | |
| "skipped_count": 29 | |
| } | |
| }, | |
| "coverage_ok": false, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8899, | |
| "accuracy_given_parsed": 0.8899, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 130.8, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.86, | |
| "accuracy_given_parsed": 0.86, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 110.4, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.82, | |
| "accuracy_given_parsed": 0.82, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 103.4, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.78, | |
| "accuracy_given_parsed": 0.78, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 80.7, | |
| "wall_seconds": 142.4, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.86, | |
| "accuracy_given_parsed": 0.86, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 105.2, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.842, | |
| "wall_seconds": 599.1 | |
| }, | |
| { | |
| "recipe": "mixed_v8_p8_b4_e6", | |
| "bits": { | |
| "vision": 8, | |
| "projector": 8, | |
| "backbone": 4, | |
| "embed_head": 6, | |
| "other": null | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 2181273324, | |
| "size_gb": 2.181, | |
| "bits_per_weight": 5.539974714286088, | |
| "nominal_bits": 4, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 1, | |
| "params_total": 262144000, | |
| "params_quantized": 262144000, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 166, | |
| "params_total": 2434793472, | |
| "params_quantized": 2434793472, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 2, | |
| "params_total": 13631488, | |
| "params_quantized": 13631488, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 135, | |
| "params_total": 412250112, | |
| "params_quantized": 277198848, | |
| "coverage": 0.8232, | |
| "param_coverage": 0.6724, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.1.mlp.fc2", | |
| "vision_tower.encoder.layers.10.mlp.fc2" | |
| ], | |
| "skipped_count": 29 | |
| } | |
| }, | |
| "coverage_ok": false, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8806, | |
| "accuracy_given_parsed": 0.8806, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 130.8, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.86, | |
| "accuracy_given_parsed": 0.86, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 109.4, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.82, | |
| "accuracy_given_parsed": 0.82, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 103.2, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.78, | |
| "accuracy_given_parsed": 0.78, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 80.7, | |
| "wall_seconds": 141.5, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.85, | |
| "accuracy_given_parsed": 0.85, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 105.0, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.8381, | |
| "wall_seconds": 596.9 | |
| }, | |
| { | |
| "recipe": "mixed_v6_p6_b4_e4", | |
| "bits": { | |
| "vision": 6, | |
| "projector": 6, | |
| "backbone": 4, | |
| "embed_head": 4, | |
| "other": null | |
| }, | |
| "group_size": 64, | |
| "size_bytes": 2043029727, | |
| "size_gb": 2.043, | |
| "bits_per_weight": 5.185899357518952, | |
| "nominal_bits": 4, | |
| "coverage": { | |
| "embed_head": { | |
| "total": 1, | |
| "quantized": 1, | |
| "params_total": 262144000, | |
| "params_quantized": 262144000, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "backbone": { | |
| "total": 166, | |
| "quantized": 166, | |
| "params_total": 2434793472, | |
| "params_quantized": 2434793472, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "projector": { | |
| "total": 2, | |
| "quantized": 2, | |
| "params_total": 13631488, | |
| "params_quantized": 13631488, | |
| "coverage": 1.0, | |
| "param_coverage": 1.0, | |
| "skipped_sample": [], | |
| "skipped_count": 0 | |
| }, | |
| "vision": { | |
| "total": 164, | |
| "quantized": 135, | |
| "params_total": 412250112, | |
| "params_quantized": 277198848, | |
| "coverage": 0.8232, | |
| "param_coverage": 0.6724, | |
| "skipped_sample": [ | |
| "vision_tower.embeddings.patch_embedding", | |
| "vision_tower.embeddings.position_embedding", | |
| "vision_tower.encoder.layers.0.mlp.fc2", | |
| "vision_tower.encoder.layers.1.mlp.fc2", | |
| "vision_tower.encoder.layers.10.mlp.fc2" | |
| ], | |
| "skipped_count": 29 | |
| } | |
| }, | |
| "coverage_ok": false, | |
| "benchmarks": [ | |
| { | |
| "benchmark": "docvqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.8812, | |
| "accuracy_given_parsed": 0.8812, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 91.1, | |
| "wall_seconds": 130.8, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "chartqa", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.87, | |
| "accuracy_given_parsed": 0.87, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 81.3, | |
| "wall_seconds": 109.1, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "ocrbench", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.82, | |
| "accuracy_given_parsed": 0.82, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 84.2, | |
| "wall_seconds": 103.0, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "screenspot_v2", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.78, | |
| "accuracy_given_parsed": 0.78, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 80.7, | |
| "wall_seconds": 141.9, | |
| "parse_failure_samples": [] | |
| }, | |
| { | |
| "benchmark": "refcoco", | |
| "n": 100, | |
| "seed": 0, | |
| "max_image_tokens": 512, | |
| "max_num_patches": 2048, | |
| "accuracy": 0.86, | |
| "accuracy_given_parsed": 0.86, | |
| "parse_failure_rate": 0.0, | |
| "n_parsed": 100, | |
| "published": 87.9, | |
| "wall_seconds": 105.1, | |
| "parse_failure_samples": [] | |
| } | |
| ], | |
| "mean_accuracy": 0.8422, | |
| "wall_seconds": 596.4 | |
| } | |
| ] | |
| } |