Upload config.json with huggingface_hub
Browse files- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "SeeSee21/ERNIE-AIO",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"ERNIEImageAIO"
|
| 5 |
+
],
|
| 6 |
+
"model_type": "ernie-image-aio",
|
| 7 |
+
"notes": "Metadata file added so the repository has a standard config.json query file for Hugging Face download tracking."
|
| 8 |
+
}
|