{
  "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": 115,
    "attempts_with_control_telemetry": 115,
    "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": 115,
    "attempts_with_usage_metadata": 115,
    "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": 115,
    "attempts_with_token_usage": 115,
    "attempts_with_output_tokens": 115,
    "attempts_with_cached_input_tokens": 0,
    "attempts_with_thinking_tokens": 0,
    "input_tokens_total": 162127,
    "cached_input_tokens_total": 0,
    "non_cached_input_tokens_total": 162127,
    "output_tokens_total": 205440,
    "thinking_tokens_total": 0,
    "output_tokens_definition": "total_tokens - prompt_tokens (or completion_tokens + thinking_tokens fallback)"
  },
  "truth_label_count": 115,
  "prediction_count": 115,
  "evaluated_example_count": 115,
  "calibration_metrics": {
    "available": true,
    "sample_count": 115,
    "bin_count": 10,
    "ece": 0.1308695652173921,
    "mce": 0.7,
    "brier_score": 0.1789782608695658
  },
  "first_prompt_timestamp": "2026-03-16T22:13:59.292606Z",
  "last_prompt_timestamp": "2026-03-16T22:29:38.893004Z",
  "overall_time_seconds": 939.600398,
  "overall_time_human": "15m 40s",
  "accuracy": 0.7565217391304347,
  "macro_precision": 0.7861111111111112,
  "macro_recall": 0.8109999999999999,
  "macro_f1": 0.7495323129251701,
  "per_label": {
    "Clause-final pragmatic marker": {
      "precision": 0.9166666666666666,
      "recall": 0.88,
      "f1": 0.8979591836734694,
      "support": 25
    },
    "Clause-medial pragmatic marker": {
      "precision": 0.5555555555555556,
      "recall": 1.0,
      "f1": 0.7142857142857143,
      "support": 25
    },
    "Discourse marker": {
      "precision": 0.9583333333333334,
      "recall": 0.575,
      "f1": 0.71875,
      "support": 40
    },
    "Quotative marker": {
      "precision": 1.0,
      "recall": 0.6,
      "f1": 0.7499999999999999,
      "support": 20
    },
    "unclassified": {
      "precision": 0.5,
      "recall": 1.0,
      "f1": 0.6666666666666666,
      "support": 5
    }
  },
  "confusion_matrix": {
    "Clause-final pragmatic marker": {
      "Clause-final pragmatic marker": 22,
      "Clause-medial pragmatic marker": 3,
      "Discourse marker": 0,
      "Quotative marker": 0,
      "unclassified": 0
    },
    "Clause-medial pragmatic marker": {
      "Clause-final pragmatic marker": 0,
      "Clause-medial pragmatic marker": 25,
      "Discourse marker": 0,
      "Quotative marker": 0,
      "unclassified": 0
    },
    "Discourse marker": {
      "Clause-final pragmatic marker": 2,
      "Clause-medial pragmatic marker": 10,
      "Discourse marker": 23,
      "Quotative marker": 0,
      "unclassified": 5
    },
    "Quotative marker": {
      "Clause-final pragmatic marker": 0,
      "Clause-medial pragmatic marker": 7,
      "Discourse marker": 1,
      "Quotative marker": 12,
      "unclassified": 0
    },
    "unclassified": {
      "Clause-final pragmatic marker": 0,
      "Clause-medial pragmatic marker": 0,
      "Discourse marker": 0,
      "Quotative marker": 0,
      "unclassified": 5
    }
  },
  "labels": [
    "Clause-final pragmatic marker",
    "Clause-medial pragmatic marker",
    "Discourse marker",
    "Quotative marker",
    "unclassified"
  ],
  "total_examples": 115,
  "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;v3"
  },
  "source_input_csv": "",
  "source_output_csv": "data/output/like_interrater__einfra__deepseekv32thinking__2026-03-16-23-13.csv",
  "source_labels_csv": ""
}
