Add configuration and index files
Browse files- config.json +9 -0
- model_index.json +8 -0
config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "text-to-image",
|
3 |
+
"architectures": ["YourModelArchitecture"],
|
4 |
+
"pretrained_model_name_or_path": "path/to/your/model",
|
5 |
+
"hidden_size": 512,
|
6 |
+
"num_hidden_layers": 12,
|
7 |
+
"num_attention_heads": 8,
|
8 |
+
"intermediate_size": 2048
|
9 |
+
}
|
model_index.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_id": "Tanaaz/xzz",
|
3 |
+
"model_name": "xzz",
|
4 |
+
"model_type": "text-to-image",
|
5 |
+
"description": "A generative model for creating images based on text prompts.",
|
6 |
+
"tags": ["text-to-image", "generative"],
|
7 |
+
"license": "creativeml-openrail-m"
|
8 |
+
}
|