{
  "model_details": {
    "provider": "e-infra",
    "model_requested": "deepseek-v3.2-thinking",
    "model_for_requests": "deepseek-v3.2-thinking",
    "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": 109,
    "attempts_with_control_telemetry": 109,
    "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": 109,
    "attempts_with_usage_metadata": 109,
    "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": 109,
    "attempts_with_token_usage": 109,
    "attempts_with_output_tokens": 109,
    "attempts_with_cached_input_tokens": 0,
    "attempts_with_thinking_tokens": 0,
    "input_tokens_total": 124434,
    "cached_input_tokens_total": 0,
    "non_cached_input_tokens_total": 124434,
    "output_tokens_total": 209164,
    "thinking_tokens_total": 0,
    "output_tokens_definition": "total_tokens - prompt_tokens (or completion_tokens + thinking_tokens fallback)"
  },
  "truth_label_count": 999,
  "prediction_count": 1000,
  "evaluated_example_count": 999,
  "calibration_metrics": {
    "available": true,
    "sample_count": 999,
    "bin_count": 10,
    "ece": 0.05333333333333211,
    "mce": 0.17264150943396228,
    "brier_score": 0.13920960960961012
  },
  "first_prompt_timestamp": "2026-03-12T21:52:28.019632Z",
  "last_prompt_timestamp": "2026-03-12T22:45:55.625994Z",
  "overall_time_seconds": 3207.606362,
  "overall_time_human": "53m 28s",
  "accuracy": 0.8218218218218218,
  "macro_precision": 0.6656094899993811,
  "macro_recall": 0.6819803542866973,
  "macro_f1": 0.670240279850229,
  "per_label": {
    "Clause-final pragmatic marker": {
      "precision": 0.816,
      "recall": 0.8571428571428571,
      "f1": 0.8360655737704918,
      "support": 119
    },
    "Clause-medial pragmatic marker": {
      "precision": 0.8213399503722084,
      "recall": 0.8710526315789474,
      "f1": 0.8454661558109834,
      "support": 380
    },
    "Discourse marker": {
      "precision": 0.8754208754208754,
      "recall": 0.7046070460704607,
      "f1": 0.7807807807807808,
      "support": 369
    },
    "Quotative marker": {
      "precision": 0.8152866242038217,
      "recall": 0.9770992366412213,
      "f1": 0.888888888888889,
      "support": 131
    },
    "unclassified": {
      "precision": 0.0,
      "recall": 0.0,
      "f1": 0.0,
      "support": 0
    }
  },
  "confusion_matrix": {
    "Clause-final pragmatic marker": {
      "Clause-final pragmatic marker": 102,
      "Clause-medial pragmatic marker": 4,
      "Discourse marker": 11,
      "Quotative marker": 0,
      "unclassified": 2
    },
    "Clause-medial pragmatic marker": {
      "Clause-final pragmatic marker": 4,
      "Clause-medial pragmatic marker": 331,
      "Discourse marker": 24,
      "Quotative marker": 11,
      "unclassified": 10
    },
    "Discourse marker": {
      "Clause-final pragmatic marker": 18,
      "Clause-medial pragmatic marker": 68,
      "Discourse marker": 260,
      "Quotative marker": 18,
      "unclassified": 5
    },
    "Quotative marker": {
      "Clause-final pragmatic marker": 1,
      "Clause-medial pragmatic marker": 0,
      "Discourse marker": 2,
      "Quotative marker": 128,
      "unclassified": 0
    },
    "unclassified": {
      "Clause-final pragmatic marker": 0,
      "Clause-medial pragmatic marker": 0,
      "Discourse marker": 0,
      "Quotative marker": 0,
      "unclassified": 0
    }
  },
  "labels": [
    "Clause-final pragmatic marker",
    "Clause-medial pragmatic marker",
    "Discourse marker",
    "Quotative marker",
    "unclassified"
  ],
  "total_examples": 999,
  "label_metrics_available": true,
  "run_config": {
    "task_name": "*like* discourse/pragm",
    "prompt_layout": "standard",
    "task_description": "Classification of instance of *like* into four discourse-pragmatic categories: 1. Quotative marker, 2. Discourse marker, 3. Clause-medial pragmatic marker, 4 . Clause-final pragmatic marker",
    "tags": "open source;*like*;discourse;pragmatics;English;v1"
  },
  "source_input_csv": "",
  "source_output_csv": "data/output/like__einfra__deepseekv32thinking__2026-03-12-20-16.csv",
  "source_labels_csv": ""
}
