Update config.json
Browse files- config.json +10 -4
config.json
CHANGED
|
@@ -2,11 +2,17 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"TopAIImageGenerator"
|
| 4 |
],
|
| 5 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"hidden_dim": 512,
|
| 7 |
"image_channels": 3,
|
| 8 |
-
"input_dim": 768,
|
| 9 |
-
"model_type": "topai_image_gen",
|
| 10 |
"resolution": 128,
|
| 11 |
-
"
|
|
|
|
|
|
|
|
|
|
| 12 |
}
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"TopAIImageGenerator"
|
| 4 |
],
|
| 5 |
+
"model_type": "topai_image_gen",
|
| 6 |
+
"auto_map": {
|
| 7 |
+
"AutoConfig": "configuration_pixel.TopAIImageConfig",
|
| 8 |
+
"AutoModel": "modeling_pixel.TopAIImageGenerator"
|
| 9 |
+
},
|
| 10 |
+
"input_dim": 768,
|
| 11 |
"hidden_dim": 512,
|
| 12 |
"image_channels": 3,
|
|
|
|
|
|
|
| 13 |
"resolution": 128,
|
| 14 |
+
"torch_dtype": "float32",
|
| 15 |
+
"transformers_version": "5.2.0",
|
| 16 |
+
"initializer_range": 0.02,
|
| 17 |
+
"model_name": "Pixel-1"
|
| 18 |
}
|