Upload config.yaml
Browse files- config.yaml +10 -0
config.yaml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "IMTalker",
|
| 3 |
+
"model_type": "custom",
|
| 4 |
+
"model_description": "IMTalker model checkpoint. This config file enables Hugging Face download tracking.",
|
| 5 |
+
"version": "1.0.0",
|
| 6 |
+
"author": "cbsjtu01",
|
| 7 |
+
"library": "custom",
|
| 8 |
+
"format": "ckpt",
|
| 9 |
+
"config_created_for": "enable_download_metrics"
|
| 10 |
+
}
|