adapter manifest entry
Browse files- manifest.json +19 -0
manifest.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "qwen25vl-hypernet",
|
| 3 |
+
"kind": "hypernet",
|
| 4 |
+
"base_model": "Qwen/Qwen2.5-VL-3B-Instruct",
|
| 5 |
+
"base_revision": "66285546d2b821cf421d4f5eb2576359d3770cd3",
|
| 6 |
+
"config": "configs/qwen25vl_hypernet.yaml",
|
| 7 |
+
"eval_result": "results/qwen25vl_hypernet.json",
|
| 8 |
+
"description": "PorTAL hypernet (task latent + decoder core + Qwen2.5-VL converter) generating r8 LoRA for 252 LM sites. The SOURCE checkpoint both ported rows were refit from.",
|
| 9 |
+
"trained_at_commit": "2e4ea83",
|
| 10 |
+
"source_artifact": "PorTAL-vlm-probe results/checkpoints/m2_hypernet_lmonly_best.pt",
|
| 11 |
+
"files": {
|
| 12 |
+
"hypernet.pt": {
|
| 13 |
+
"bytes": 450989351,
|
| 14 |
+
"sha256": "48ce270486e2e8731a2ead546f5837979c90bff054436a52e890b691d4f98229"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"screenspot_overall": 0.8278,
|
| 18 |
+
"screenspot_web": 0.7986
|
| 19 |
+
}
|