Create config.json
#1
by gogoring - opened
- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"artifact": "Rectangle_Object_Detection_model",
|
| 3 |
+
"purpose": "download-tracking",
|
| 4 |
+
"version": "1.0.0",
|
| 5 |
+
"created_by": "godgod7789",
|
| 6 |
+
"created_at": "2025-12-23",
|
| 7 |
+
"description": "This file exists only to validate and track HuggingFace downloads."
|
| 8 |
+
}
|