Text-to-Image
English
numpy
machine-learning
deep-learning
generative-ai
text-2-image
image-generation
open-weights
model-weights
ai-art
pixel-art
game-development
gamedev
game-assets
asset-generator
sprite-generator
offline
tiny-model
numpy-runtime
int8-quantization
self-supervised
procedural-data
gpt
english-prompts
awesome-ai
Upload weights/metadata.json with huggingface_hub
Browse files- weights/metadata.json +57 -0
weights/metadata.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "PXG-Tiny v0.4",
|
| 3 |
+
"params": 483040,
|
| 4 |
+
"author": "Chowdhury Tarul Ahsan",
|
| 5 |
+
"author_email": "tarulahsan@gmail.com",
|
| 6 |
+
"quantization": "all-fp32 precision bundle (no weight quantization) -- guaranteed zero quantization drift for language conditioning and decoding; fp32 arrays retained under the .npz container name for runtime compatibility",
|
| 7 |
+
"bundle_bytes": 1809878,
|
| 8 |
+
"parity": {
|
| 9 |
+
"teacher_forced_max_abs_logit_err": 2e-05,
|
| 10 |
+
"argmax_match": 1.0,
|
| 11 |
+
"greedy_rollout_agreement": 0.73861
|
| 12 |
+
},
|
| 13 |
+
"val_ce": 0.028889039531350136,
|
| 14 |
+
"step": 8200,
|
| 15 |
+
"corpus": {
|
| 16 |
+
"rows": 97005,
|
| 17 |
+
"classes": 38,
|
| 18 |
+
"img": "16x16 master-palette indices",
|
| 19 |
+
"license": "self-generated (procedural), shipped CC0",
|
| 20 |
+
"augmentation": "paraphrase self-teaching, counterfactual twins"
|
| 21 |
+
},
|
| 22 |
+
"license": "MIT",
|
| 23 |
+
"train_data_hook": "OpenGameArt-CC0 ingestion deferred (procedural ground truth gives exact caption alignment at tiny scale)",
|
| 24 |
+
"val_top1": 0.9889424443244934,
|
| 25 |
+
"verification": {
|
| 26 |
+
"full_grid_38_classes": {
|
| 27 |
+
"pass": 152,
|
| 28 |
+
"total": 152,
|
| 29 |
+
"rate": 1.0,
|
| 30 |
+
"note": "2 prompts x 2 seeds per class, user-path pipeline"
|
| 31 |
+
},
|
| 32 |
+
"fresh_phrasing_sweep": {
|
| 33 |
+
"pass": 116,
|
| 34 |
+
"total": 117,
|
| 35 |
+
"rate": 0.9915
|
| 36 |
+
},
|
| 37 |
+
"showcase_gallery": {
|
| 38 |
+
"pass": 31,
|
| 39 |
+
"total": 31
|
| 40 |
+
},
|
| 41 |
+
"raw_heldout_retry_disabled": {
|
| 42 |
+
"mean_pass": 0.5942,
|
| 43 |
+
"strict_3of3": 0.5,
|
| 44 |
+
"n_prompts": 46
|
| 45 |
+
},
|
| 46 |
+
"fixes": [
|
| 47 |
+
"head-noun parser (wizard staff)",
|
| 48 |
+
"fighter-word fallback",
|
| 49 |
+
"plural class nouns",
|
| 50 |
+
"idiom-safe glow (shining armor)",
|
| 51 |
+
"capability-filtered material/attribute checks",
|
| 52 |
+
"GT-calibrated leg/wing/extent thresholds",
|
| 53 |
+
"escalating self-guidance + spatial priors + canonical anchor",
|
| 54 |
+
"deer structural antler prefix (AR cascade fix)"
|
| 55 |
+
]
|
| 56 |
+
}
|
| 57 |
+
}
|