Upload ollama_probe.laptop.json with huggingface_hub
Browse files- ollama_probe.laptop.json +11 -0
ollama_probe.laptop.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"label": "MEASURED",
|
| 3 |
+
"visible_text": "UNAVAILABLE",
|
| 4 |
+
"model": "szl-nemo",
|
| 5 |
+
"response": "",
|
| 6 |
+
"done_reason": "length",
|
| 7 |
+
"eval_count": 80,
|
| 8 |
+
"total_duration_ns": 22486779600,
|
| 9 |
+
"honesty": "Ollama generate ran 80 tokens on szl-nemo (Nemotron 3 Nano 4B wrapper). Visible response is empty; done_reason=length. Likely reasoning tokens consumed num_predict. Not an SZL fine-tune. Quality of Nemotron on this metal remains UNAVAILABLE until a non-empty visible answer is measured.",
|
| 10 |
+
"szl_trained_weights": false
|
| 11 |
+
}
|