{
  "captured_at_utc": "2026-09-14T01:43:25.518531+00:00",
  "kind": "authored illustrative examples, not representative accuracy test",
  "inference": "local CPU; no model API used",
  "examples": [
    {
      "id": "earnings",
      "title": "Business news",
      "task": "news_topic",
      "text": "The company reported higher earnings and raised its forecast.",
      "intended_label": "business",
      "model_bytes": 533464,
      "artifact_sha256": "05a66c5fda313d36e6ec1d788773a1839089c8046e71c566da246edbc0a8fc11",
      "result": {
        "task": "news_topic",
        "label": "business",
        "uncalibrated_score": 0.9911203980445862,
        "scores": {
          "world": 0.003111166413873434,
          "sports": 7.59238755563274e-05,
          "business": 0.9911203980445862,
          "sci_tech": 0.005692491307854652
        },
        "oov_fraction": 0.0,
        "input_tokens": 9,
        "used_tokens": 9,
        "truncated": false,
        "artifact_sha256": "05a66c5fda313d36e6ec1d788773a1839089c8046e71c566da246edbc0a8fc11",
        "notes": [
          "Softmax scores are not calibrated probabilities of correctness.",
          "Four AG News categories; assign only to news-like English text."
        ]
      }
    },
    {
      "id": "sports",
      "title": "Sports news",
      "task": "news_topic",
      "text": "The football team won the championship after scoring two late goals.",
      "intended_label": "sports",
      "model_bytes": 533464,
      "artifact_sha256": "05a66c5fda313d36e6ec1d788773a1839089c8046e71c566da246edbc0a8fc11",
      "result": {
        "task": "news_topic",
        "label": "sports",
        "uncalibrated_score": 0.9997091889381409,
        "scores": {
          "world": 0.00016380044689867646,
          "sports": 0.9997091889381409,
          "business": 0.00011284120409982279,
          "sci_tech": 1.4198916687746532e-05
        },
        "oov_fraction": 0.0,
        "input_tokens": 11,
        "used_tokens": 11,
        "truncated": false,
        "artifact_sha256": "05a66c5fda313d36e6ec1d788773a1839089c8046e71c566da246edbc0a8fc11",
        "notes": [
          "Softmax scores are not calibrated probabilities of correctness.",
          "Four AG News categories; assign only to news-like English text."
        ]
      }
    },
    {
      "id": "sms",
      "title": "An ordinary text message",
      "task": "spam",
      "text": "Are we still meeting for lunch tomorrow?",
      "intended_label": "ham",
      "model_bytes": 203789,
      "artifact_sha256": "0c43e8c06dfc4b73ce3142c2639ce4e4a3f187465732bcbf6dbd959f54c41765",
      "result": {
        "task": "spam",
        "label": "ham",
        "uncalibrated_score": 0.9998015761375427,
        "scores": {
          "ham": 0.9998015761375427,
          "spam": 0.0001984945556614548
        },
        "oov_fraction": 0.0,
        "input_tokens": 7,
        "used_tokens": 7,
        "truncated": false,
        "artifact_sha256": "0c43e8c06dfc4b73ce3142c2639ce4e4a3f187465732bcbf6dbd959f54c41765",
        "notes": [
          "Softmax scores are not calibrated probabilities of correctness.",
          "SMS ham/spam classifier; this output does not establish phishing or fraud."
        ]
      }
    },
    {
      "id": "music",
      "title": "An assistant command",
      "task": "intent",
      "text": "Play some jazz music",
      "intended_label": "PlayMusic",
      "model_bytes": 196816,
      "artifact_sha256": "66361d00a0d04cf17a3575f8f3b3b77aed1e464b4e586f55c153129cd42dbbf8",
      "result": {
        "task": "intent",
        "label": "PlayMusic",
        "uncalibrated_score": 0.9999980926513672,
        "scores": {
          "AddToPlaylist": 1.7100304603445693e-06,
          "BookRestaurant": 1.4729417685543922e-09,
          "GetWeather": 1.761379877507352e-07,
          "PlayMusic": 0.9999980926513672,
          "RateBook": 8.472186507901824e-09,
          "SearchCreativeWork": 4.6538314535382597e-08,
          "SearchScreeningEvent": 1.7129799800841283e-08
        },
        "oov_fraction": 0.0,
        "input_tokens": 4,
        "used_tokens": 4,
        "truncated": false,
        "artifact_sha256": "66361d00a0d04cf17a3575f8f3b3b77aed1e464b4e586f55c153129cd42dbbf8",
        "notes": [
          "Softmax scores are not calibrated probabilities of correctness.",
          "Seven SNIPS assistant intents only; there is no unknown/business-intent class."
        ]
      }
    },
    {
      "id": "review",
      "title": "A movie review",
      "task": "sentiment",
      "text": "An entertaining and delightful film.",
      "intended_label": "positive",
      "model_bytes": 1536242,
      "artifact_sha256": "e4fb6c113defa346b50fba57dca14efb3528a654ae4abac4dfde2353d0a9d189",
      "result": {
        "label": "positive",
        "scores": {
          "negative": 0.07825707644224167,
          "positive": 0.9217429161071777
        }
      }
    },
    {
      "id": "negation",
      "title": "A tricky movie review",
      "task": "sentiment",
      "text": "The acting was not bad.",
      "intended_label": "positive",
      "model_bytes": 1536242,
      "artifact_sha256": "e4fb6c113defa346b50fba57dca14efb3528a654ae4abac4dfde2353d0a9d189",
      "result": {
        "label": "negative",
        "scores": {
          "negative": 0.9274221062660217,
          "positive": 0.07257795333862305
        }
      }
    }
  ]
}
