{
  "model_details": {
    "provider": "e-infra",
    "model_requested": "qwen3.5",
    "model_for_requests": "qwen3.5",
    "api_base_url": "https://llm.ai.e-infra.cz/v1",
    "chat_completions_endpoint": "https://llm.ai.e-infra.cz/v1/chat/completions"
  },
  "cache_padding": {
    "enabled": false,
    "target_shared_prefix_tokens": 0,
    "calibration_shared_prefix_tokens": null,
    "target_prompt_tokens": 0,
    "calibration_prompt_tokens": null,
    "calibration_example_id": null,
    "applied_padding_tokens_estimate": 0,
    "examples_with_padding_applied": 0
  },
  "request_control_summary": {
    "configured": {},
    "attempts_total": 2621,
    "attempts_with_control_telemetry": 2534,
    "per_control": {
      "reasoning_effort": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "thinking_level": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "effort": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "verbosity": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "prompt_cache_key": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "gemini_cached_content": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      },
      "requesty_auto_cache": {
        "configured_value": null,
        "requested_attempts": 0,
        "sent_attempts": 0,
        "accepted_attempts": 0,
        "rejected_attempts": 0,
        "missing_from_final_request_attempts": 0,
        "acceptance_rate": null,
        "rejected_reasons": {},
        "rejected_example_ids": []
      }
    }
  },
  "usage_metadata_summary": {
    "attempts_total": 2621,
    "attempts_with_usage_metadata": 2534,
    "attempts_with_cached_token_signals": 0,
    "cached_tokens_total_estimate": 0,
    "cache_read_tokens_total": 0,
    "cache_write_tokens_total": 0,
    "cache_token_fields_totals": {},
    "attempts_with_gemini_cached_content_token_signals": 0,
    "gemini_cached_content_token_count_total": 0,
    "gemini_cached_content_token_fields_totals": {}
  },
  "token_usage_totals": {
    "attempts_total": 2621,
    "attempts_with_token_usage": 318,
    "attempts_with_output_tokens": 318,
    "attempts_with_cached_input_tokens": 0,
    "attempts_with_thinking_tokens": 0,
    "input_tokens_total": 302662,
    "cached_input_tokens_total": 0,
    "non_cached_input_tokens_total": 302662,
    "output_tokens_total": 1760915,
    "thinking_tokens_total": 0,
    "output_tokens_definition": "total_tokens - prompt_tokens (or completion_tokens + thinking_tokens fallback)"
  },
  "truth_label_count": 318,
  "prediction_count": 318,
  "evaluated_example_count": 318,
  "calibration_metrics": {
    "available": true,
    "sample_count": 220,
    "bin_count": 10,
    "ece": 0.1620454545454547,
    "mce": 0.35,
    "brier_score": 0.1835068181818183
  },
  "first_prompt_timestamp": "2026-03-12T13:37:29.843039Z",
  "last_prompt_timestamp": "2026-03-17T01:41:12.971076Z",
  "overall_time_seconds": 389023.128037,
  "overall_time_human": "4d 12h 03m 43s",
  "accuracy": 0.8238993710691824,
  "macro_precision": 0.7211143340584965,
  "macro_recall": 0.6038910934744268,
  "macro_f1": 0.6506863451811051,
  "per_label": {
    "AC": {
      "precision": 0.9047619047619048,
      "recall": 0.9047619047619048,
      "f1": 0.9047619047619048,
      "support": 21
    },
    "AVG": {
      "precision": 1.0,
      "recall": 0.6172839506172839,
      "f1": 0.7633587786259541,
      "support": 81
    },
    "FA": {
      "precision": 0.9796954314720813,
      "recall": 0.8935185185185185,
      "f1": 0.9346246973365617,
      "support": 216
    },
    "unclassified": {
      "precision": 0.0,
      "recall": 0.0,
      "f1": 0.0,
      "support": 0
    }
  },
  "confusion_matrix": {
    "AC": {
      "AC": 19,
      "AVG": 0,
      "FA": 0,
      "unclassified": 2
    },
    "AVG": {
      "AC": 0,
      "AVG": 50,
      "FA": 4,
      "unclassified": 27
    },
    "FA": {
      "AC": 2,
      "AVG": 0,
      "FA": 193,
      "unclassified": 21
    },
    "unclassified": {
      "AC": 0,
      "AVG": 0,
      "FA": 0,
      "unclassified": 0
    }
  },
  "labels": [
    "AC",
    "AVG",
    "FA",
    "unclassified"
  ],
  "total_examples": 318,
  "label_metrics_available": true,
  "run_config": {
    "task_name": "ADV *-ing* clause",
    "prompt_layout": "standard",
    "task_description": "Classification of adverbial *-ing* clauses as one of: FA (Free Adjunct), AVG (Adverbial Verbal Gerund) or AC (Absolute Construction).",
    "tags": "open source;*-ing*;syntax;adverbial;clause;English"
  },
  "source_input_csv": "",
  "source_output_csv": "data/output/adv-ing__einfra__qwen35__2026-03-12-14-37.csv",
  "source_labels_csv": ""
}
