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/runtime.json with huggingface_hub
Browse files- weights/runtime.json +17 -0
weights/runtime.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"d_model": 96,
|
| 3 |
+
"n_layers": 4,
|
| 4 |
+
"n_heads": 4,
|
| 5 |
+
"ff": 256,
|
| 6 |
+
"prefix_len": 8,
|
| 7 |
+
"seq_vis": 256,
|
| 8 |
+
"caps_len": 32,
|
| 9 |
+
"pos_total": 264,
|
| 10 |
+
"text_vocab": 64,
|
| 11 |
+
"vis_vocab": 32,
|
| 12 |
+
"img": 16,
|
| 13 |
+
"sampling": {
|
| 14 |
+
"temperature": 0.85,
|
| 15 |
+
"top_k": 10
|
| 16 |
+
}
|
| 17 |
+
}
|