Upload folder using huggingface_hub
Browse files- config.json +5 -1
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
{
|
2 |
-
"
|
|
|
|
|
|
|
|
|
3 |
}
|
|
|
1 |
{
|
2 |
+
"architectures": [
|
3 |
+
"CustomModel"
|
4 |
+
],
|
5 |
+
"model_type": "image_classification",
|
6 |
+
"num_classes": 10
|
7 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f40ada8c22cc14f8cb23543b3279fd9650dbb01c4c01a82e99264e7b12c829dd
|
3 |
+
size 44776736
|